AWS::Grafana::Workspace RoleValues
This structure defines which groups defined in the SAML assertion attribute are to be
mapped to the Grafana Admin
and Editor
roles in the workspace.
SAML authenticated users not part of Admin
or Editor
role
groups have Viewer
permission over the workspace.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Admin
-
A list of groups from the SAML assertion attribute to grant the Grafana
Admin
role to.Required: No
Type: Array of String
Minimum:
1
Maximum:
256
Update requires: No interruption
Editor
-
A list of groups from the SAML assertion attribute to grant the Grafana
Editor
role to.Required: No
Type: Array of String
Minimum:
1
Maximum:
256
Update requires: No interruption