V3 Update Policy
Updates data for an existing policy, such as the dictionaries and also `name`, `type`, `contentTypes`, and `scopes`.
Last updated
Was this helpful?
Updates data for an existing policy, such as the dictionaries and also `name`, `type`, `contentTypes`, and `scopes`.
Last updated
Was this helpful?
🚧 ImportantDo not use this endpoint to create new policies. Use Create Policy.
❗️ WarningUpdating a policy requires to send a whole data that was used for creation a policy with modification to be applied. There is no partial update for this endpoint.
🚧 Required PermissionsCalling this endpoint requires a Service User Account set with the Expression Filter Policy Management role. For more information about Service User accounts and their roles, see the Symphony Administration Guide.
See Bot Permissions for a list of roles and associated privileges.
Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy. Warning: If you send empty list of dictionaries during the update operation, then all the dictionaries for this policy are deleted and policy is automatically disabled. Note: The policy should already exist.
/v3/dlp/policies/{policyId}/update
Unique dictionary identifier.
Session authentication token.
Key Manager authentication token.
Unique name of a policy, max 30 characters. Cannot be empty. All the leading and trailing blank spaces are trimmed.
List of communication scopes. Possible values are "Internal" (for Internal conversations) or "External" (for External conversations). You can apply both scopes if you set it to ["Internal", "External"].