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.
When using --name, --namespace is required.
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 --namespace https://example.com
Options
-i,--id <id>- ID of the action (required:
false)
-n,--name <name>- Name of the action (required:
false)
-s,--namespace <namespace>- Namespace ID or FQN (required:
false)
Aliases
g