Skip to main content

otdfctl policy attributes values create

create - Create an attribute value

Synopsis

otdfctl policy attributes values create [flags]

Description

Add a single new value underneath an existing attribute.

For a hierarchical attribute, a new value is added in lowest hierarchy (last).

For more information on attribute values, see the values subcommand.

Options

-a, --attribute-id <attribute-id>
The ID of the attribute to create a value for (required: false)
-v, --value <value>
The value to create (required: false)
-l, --label <label>
Optional metadata 'labels' in the format: key=value (required: false)

Aliases

new, add, c