AWS::Grafana::Workspace AssertionAttributes - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

YAML

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: 1

Maximum: 256

Update 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: 1

Maximum: 256

Update 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: 1

Maximum: 256

Update 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: 1

Maximum: 256

Update 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: 1

Maximum: 256

Update requires: No interruption

Role

The name of the attribute within the SAML assertion to use as the user roles.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption