otdfctl policy actions update
update - Update a Custom Action
Synopsis
otdfctl policy actions update [flags]Description
Update the name and/or metadata labels for a Custom Action.
If PEPs rely on this action name, a name update could break access.
Make sure you know what you are doing.
For more information about Actions, see the manual for the actions subcommand.
Example
otdfctl policy actions update --id 34c62145-5d99-45cb-a732-13cb16270e63 --name new_action_name
Options
-i,--id <id>- ID of the action to update (required:
true)
-n,--name <name>- Optional updated name of the custom action (must be unique within Policy) (required:
false)
-l,--label <label>- Optional metadata 'labels' in the format: key=value (required:
false)
-
--force-replace-labels <force-replace-labels> - Destructively replace entire set of existing metadata 'labels' with any provided to this command (required:
false)
Aliases
u