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.

Example

otdfctl policy attributes values create --attribute-id 3c51a593-cbf8-419d-b7dc-b656d0bedfbb --value myvalue1

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