Skip to main content

otdfctl policy obligations values get

get - Get an obligation value

Synopsis

otdfctl policy obligations values get [flags]

Description

Retrieve an obligation value along with its metadata.

If both id and fqn flag values are provided, id is preferred.

For more information about obligation values, see the manual for the values subcommand.

Example

Get by ID:

otdfctl policy obligations values get --id=3c51a593-cbf8-419d-b7dc-b656d0bedfbb

Get by FQN:

otdfctl policy obligations values get --fqn=https://namespace.com/drm/value/watermark

Options

-i, --id <id>
ID of the obligation value (required: false)
-f, --fqn <fqn>
FQN of the obligation value (required: false)

Aliases

g