update_snowflake_access_policy
Update a Snowflake access policy's name, description, and rules to enforce current access requirements.
Instructions
Update an existing Snowflake access management policy.
Replaces the policy's name, description, and rules. See
create_snowflake_access_policy for the rule format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy_id | Yes | Raw policy ID. Do not URL-encode. | |
| policy_name | Yes | Updated policy name (1-255 chars). | |
| rules | Yes | Updated list of access rule objects, or a JSON string encoding such a list. | |
| description | No | Updated description (1-255 chars). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||