otdfctl policy attributes namespaces create
create - Create an attribute namespace
Synopsis
otdfctl policy attributes namespaces create [flags]Description
Creation of a namespace is required to add attributes or any other policy objects beneath.
A namespace name is normalized to lower case, may contain hyphens and underscores between other alphanumeric characters, and it
must contain two segments separated by a ., such as example.com.
For more information, see the namespaces subcommand.
Example
otdfctl policy attributes namespaces create --name opentdf.io
Options
-n,--name <name>- Name of the attribute namespace (must be unique within Policy) (required: 
true) 
-l,--label <label>- Optional metadata 'labels' in the format: key=value (required: 
false) 
Aliases
c, add, new