class Aws::ManagedGrafana::Types::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.

@note When making an API call, you may pass AssertionAttributes

data as a hash:

    {
      email: "AssertionAttribute",
      groups: "AssertionAttribute",
      login: "AssertionAttribute",
      name: "AssertionAttribute",
      org: "AssertionAttribute",
      role: "AssertionAttribute",
    }

@!attribute [rw] email

The name of the attribute within the SAML assertion to use as the
email names for SAML users.
@return [String]

@!attribute [rw] groups

The name of the attribute within the SAML assertion to use as the
user full "friendly" names for user groups.
@return [String]

@!attribute [rw] login

The name of the attribute within the SAML assertion to use as the
login names for SAML users.
@return [String]

@!attribute [rw] name

The name of the attribute within the SAML assertion to use as the
user full "friendly" names for SAML users.
@return [String]

@!attribute [rw] org

The name of the attribute within the SAML assertion to use as the
user full "friendly" names for the users' organizations.
@return [String]

@!attribute [rw] role

The name of the attribute within the SAML assertion to use as the
user roles.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/AssertionAttributes AWS API Documentation

Constants

SENSITIVE