update - Update an attribute namespace
Synopsis
otdfctl policy attributes namespaces unsafe update [flags]
Description
Unsafe Update Warning
Renaming a Namespace means any Attribute Definitions, Values, and any associated mappings underneath will now be tied to the new name.
Any existing TDFs containing attributes under the old namespace will be rendered inaccessible, and any TDFs tied to the new namespace and already created may now become accessible.
Make sure you know what you are doing.
For more general information, see the namespaces
subcommand.
Options
-i
,--id <id>
- ID of the attribute namespace (required:
true
)
-n
,--name <name>
- Name of the attribute namespace (new) (required:
true
)