otdfctl policy obligations get
get - Get an obligation definition
Synopsis
otdfctl policy obligations get [flags]
Description
Retrieve an obligation definition along with its metadata and values.
If both id
and fqn
flag values are provided, id
is preferred.
For more information about obligations, see the manual for the obligations
subcommand.
Example
Get by ID:
otdfctl policy obligations get --id=3c51a593-cbf8-419d-b7dc-b656d0bedfbb
Get by FQN:
otdfctl policy obligations get --fqn=https://namespace.com/obl/drm
Options
-i
,--id <id>
- ID of the obligation (required:
false
)
-f
,--fqn <fqn>
- FQN of the obligation (required:
false
)
Aliases
g