Manage Identification Frameworks
Sensitive data discovery must be enabled.
Command overview: immuta sdd template
This command allows you to manage identification frameworks, which are a collection of rules and settings used to drive the configuration of SDD runs. The table below illustrates subcommands and arguments.
Subcommands
Aliases
Description
Use these options to get more details about the sdd template command or any of its subcommands:
Create an identification framework
Save your framework to a valid YAML or JSON file using these attributes:
Attribute
Description
Required
Get an identification framework
Run immuta sdd template get <frameworkName> [flags], specifying the name of the framework you would like to get. Options you can specify include
-h or --help: Get more information about the command.
-o or --output json | yaml: Specify the output format.
The example below illustrates a user getting a framework named ACCOUNT_NUMBERS_FRAMEWORK.
Get the global framework
Run immuta sdd template global [flags], to get the global framework that has been configured for sensitive data discovery. Options you can specify include
-h or --help: Get more information about the command.
-o or --output json | yaml: Specify the output format.
The example below illustrates a user getting the global framework that had been configured in the Immuta UI by an administrator.
Search identification frameworks
Run immuta sdd template search [string] [flags] to list all identification frameworks or search identification frameworks by name. Options you can specify include
--classifiers strings: Limit results to only frameworks that contain the specified rules.
-h, --help: Help for search.
The example below illustrates a user searching all frameworks containing the ACCOUNT_NUMBER_RULE.
Update an identification framework
Update your framework in a valid YAML or JSON file using these attributes:
Attribute
Description
Required
The example below illustrates a user updating a framework named ACCOUNT_NUMBERS_FRAMEWORK.
Delete an identification framework
Run immuta sdd template delete <frameworkName> [flags] to delete the framework. The options you can specify include
-h or --help: Get more information about the command.
-o or --output json | yaml: Specify the output format.