V3 Create Policy
Creates a new policy with dictionary references.
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringOptional
Key Manager authentication token.
Body
Request to be used to get policies.
namestringRequired
Unique name of a policy, max 30 characters. Cannot be empty. All the leading and trailing blank spaces are trimmed.
scopesstring[]Required
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"].
Responses
200
Success
application/json
Policy Response.
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post/v3/dlp/policies
AppliesTo
Field
Type
Required
Description
Rules
Field
Type
Required
Description
TextMatchConfig
Field
Type
Required
Description
DictionaryMeta
Field
Type
Required
Description
FileClassifierConfig
Field
Type
Required
Description
FilePasswordConfig
Field
Type
Required
Description
🚧 Required Permissions
Last updated
Was this helpful?