This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Grafana::Workspace AssertionAttributes
A structure that defines which attributes in the IdP assertion are to be used to define information about the users authenticated by the IdP to use the workspace.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Email" :String, "Groups" :String, "Login" :String, "Name" :String, "Org" :String, "Role" :String}
Properties
- Email
- 
                    The name of the attribute within the SAML assertion to use as the email names for SAML users. Required: No Type: String Minimum: 1Maximum: 256Update requires: No interruption 
- Groups
- 
                    The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups. Required: No Type: String Minimum: 1Maximum: 256Update requires: No interruption 
- Login
- 
                    The name of the attribute within the SAML assertion to use as the login names for SAML users. Required: No Type: String Minimum: 1Maximum: 256Update requires: No interruption 
- Name
- 
                    The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users. Required: No Type: String Minimum: 1Maximum: 256Update requires: No interruption 
- Org
- 
                    The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations. Required: No Type: String Minimum: 1Maximum: 256Update requires: No interruption 
- Role
- 
                    The name of the attribute within the SAML assertion to use as the user roles. Required: No Type: String Minimum: 1Maximum: 256Update requires: No interruption