Create Dictionary
Creates a dictionary with basic metadata and without content.
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringOptional
Key Manager authentication token.
Body
Dictionary's metadata (excluding content) to use for dictionary create operations.
namestringRequired
The name of dictionary
typestringRequired
The type of dictionary, which specify the content is a list of words or a list of regexes. By default set to "Word" if not specified. Possible values - Word, Regex
Responses
200
Success
application/json
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
/v1/dlp/dictionaries
🚧 Required Permissions
Last updated
Was this helpful?