Create Dictionary
Creates a dictionary with basic metadata and without content.
Last updated
Was this helpful?
Creates a dictionary with basic metadata and without content.
Last updated
Was this helpful?
Call this endpoint to create a new dictionary without any terms, then call Upload Dictionary Content upload an associated dictionary file.
🚧 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.
Creates a dictionary with basic metadata and no content. Only "name" and "type" field is used to create a new dictionary entry.
/v1/dlp/dictionaries
Session authentication token.
Key Manager authentication token.
The name of dictionary
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