libZSservicesZSamazonka-grafanaZSamazonka-grafana
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Grafana.Types.AssertionAttributes

Description

 
Synopsis

Documentation

data AssertionAttributes Source #

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.

See: newAssertionAttributes smart constructor.

Constructors

AssertionAttributes' 

Fields

  • email :: Maybe Text

    The name of the attribute within the SAML assertion to use as the email names for SAML users.

  • groups :: Maybe Text

    The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.

  • org :: Maybe Text

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

  • role' :: Maybe Text

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

  • name :: Maybe Text

    The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.

  • login :: Maybe Text

    The name of the attribute within the SAML assertion to use as the login names for SAML users.

Instances

Instances details
Eq AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

Read AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

Show AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

Generic AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

Associated Types

type Rep AssertionAttributes :: Type -> Type #

NFData AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

Methods

rnf :: AssertionAttributes -> () #

Hashable AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

ToJSON AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

FromJSON AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

type Rep AssertionAttributes Source # 
Instance details

Defined in Amazonka.Grafana.Types.AssertionAttributes

type Rep AssertionAttributes = D1 ('MetaData "AssertionAttributes" "Amazonka.Grafana.Types.AssertionAttributes" "libZSservicesZSamazonka-grafanaZSamazonka-grafana" 'False) (C1 ('MetaCons "AssertionAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "org") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "login") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAssertionAttributes :: AssertionAttributes Source #

Create a value of AssertionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:email:AssertionAttributes', assertionAttributes_email - The name of the attribute within the SAML assertion to use as the email names for SAML users.

$sel:groups:AssertionAttributes', assertionAttributes_groups - The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.

$sel:org:AssertionAttributes', assertionAttributes_org - The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.

$sel:role':AssertionAttributes', assertionAttributes_role - The name of the attribute within the SAML assertion to use as the user roles.

$sel:name:AssertionAttributes', assertionAttributes_name - The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.

$sel:login:AssertionAttributes', assertionAttributes_login - The name of the attribute within the SAML assertion to use as the login names for SAML users.

assertionAttributes_email :: Lens' AssertionAttributes (Maybe Text) Source #

The name of the attribute within the SAML assertion to use as the email names for SAML users.

assertionAttributes_groups :: Lens' AssertionAttributes (Maybe Text) Source #

The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.

assertionAttributes_org :: Lens' AssertionAttributes (Maybe Text) Source #

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

assertionAttributes_role :: Lens' AssertionAttributes (Maybe Text) Source #

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

assertionAttributes_name :: Lens' AssertionAttributes (Maybe Text) Source #

The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.

assertionAttributes_login :: Lens' AssertionAttributes (Maybe Text) Source #

The name of the attribute within the SAML assertion to use as the login names for SAML users.