UpdateInstruction
Contains the instructions for one Grafana role permission update in a UpdatePermissions operation.
Contents
- action
-
Specifies whether this update is to add or revoke role permissions.
Type: String
Valid Values:
ADD | REVOKE
Required: Yes
- role
-
The role to add or revoke for the user or the group specified in
users
.Type: String
Valid Values:
ADMIN | EDITOR | VIEWER
Required: Yes
- users
-
A structure that specifies the user or group to add or revoke the role for.
Type: Array of User objects
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: