Update any number of actions for one or more roles and types
Update the Actions for one or more Roles. Only explicitly specified mappings will be added/removed.
Request
PUT https://{hostname}:{port}
/cli/roleupdateRoleActions
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
This command takes a JSON request string or file. Use the following template for
the request:
{"[Role Name]": {"[Object Type]": {"[Type Name]":
{"[Action]": "true|false"}}}}
Related CLI command: updateRoleActions.