otdfctl policy obligations create
create - Create an obligation definition
Synopsis
otdfctl policy obligations create [flags]Description
Add an obligation definition to the platform Policy.
For more information, see the obligations subcommand.
Examples
Create an obligation definition named 'my_obligation' with value 'my_value':
otdfctl policy obligations create --name my_obligation --value my_value
Options
-n,--name <name>- Name of the obligation (must be unique within a Namespace) (required: 
true) 
-s,--namespace <namespace>- Namespace ID or FQN (required: 
true) 
-v,--value <value>- Value of the obligation (i.e. 'value1', must be unique within the Obligation) (required: 
false) 
-l,--label <label>- Optional metadata 'labels' in the format: key=value (required: 
false) 
Aliases
c, add, new