otdfctl policy actions get
get - Get a Standard or Custom Action
Synopsis
otdfctl policy actions get [flags]
Description
If both id
and name
flag values are provided, id
is preferred.
For more information about Actions, see the manual for the actions
subcommand.
Example
Get by ID:
otdfctl policy actions get --id e1402c63-eeaa-45e2-85d2-b939d135941f
Get by Name:
otdfctl policy actions get --name read
Options
-i
,--id <id>
- ID of the action (required:
false
)
-n
,--name <name>
- Name of the action (required:
false
)
Aliases
g