Optional
requestFactory: SensitiveDataScannerApiRequestFactoryOptional
responseProcessor: SensitiveDataScannerApiResponseProcessorPrivate
configurationPrivate
requestPrivate
responseThe request object
Optional
options: ConfigurationCreate a scanning rule in a sensitive data scanner group, ordered last. The posted rule MUST include a group relationship. It MUST include either a standard_pattern relationship or a regex attribute, but not both. If included_attributes is empty or missing, we will scan all attributes except excluded_attributes. If both are missing, we will scan the whole event.
The request object
Optional
options: ConfigurationDelete a given group.
The request object
Optional
options: ConfigurationDelete a given rule.
The request object
Optional
options: ConfigurationList all the Scanning groups in your organization.
Optional
options: ConfigurationReturns all standard patterns.
Optional
options: ConfigurationReorder the list of groups.
The request object
Optional
options: ConfigurationUpdate a group, including the order of the rules. Rules within the group are reordered by including a rules relationship. If the rules relationship is present, its data section MUST contain linkages for all of the rules currently in the group, and MUST NOT contain any others.
The request object
Optional
options: ConfigurationUpdate a scanning rule. The request body MUST NOT include a standard_pattern relationship, as that relationship is non-editable. Trying to edit the regex attribute of a rule with a standard_pattern relationship will also result in an error.
The request object
Optional
options: ConfigurationGenerated using TypeDoc
Create a scanning group. The request MAY include a configuration relationship. A rules relationship can be omitted entirely, but if it is included it MUST be null or an empty array (rules cannot be created at the same time). The new group will be ordered last within the configuration.