amazonka-sso-admin-2.0: Amazon Single Sign-On Admin SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSOAdmin.Types.AccessControlAttributeValue

Description

 
Synopsis

Documentation

data AccessControlAttributeValue Source #

The value used for mapping a specified attribute to an identity source. For more information, see Attribute mappings in the IAM Identity Center User Guide.

See: newAccessControlAttributeValue smart constructor.

Constructors

AccessControlAttributeValue' 

Fields

  • source :: NonEmpty Text

    The identity source to use when mapping a specified attribute to IAM Identity Center.

Instances

Instances details
FromJSON AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

ToJSON AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

Generic AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

Associated Types

type Rep AccessControlAttributeValue :: Type -> Type #

Read AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

Show AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

NFData AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

Eq AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

Hashable AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

type Rep AccessControlAttributeValue Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AccessControlAttributeValue

type Rep AccessControlAttributeValue = D1 ('MetaData "AccessControlAttributeValue" "Amazonka.SSOAdmin.Types.AccessControlAttributeValue" "amazonka-sso-admin-2.0-HhKPJAnDdA18B4mnMjNqZF" 'False) (C1 ('MetaCons "AccessControlAttributeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newAccessControlAttributeValue Source #

Create a value of AccessControlAttributeValue 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:source:AccessControlAttributeValue', accessControlAttributeValue_source - The identity source to use when mapping a specified attribute to IAM Identity Center.

accessControlAttributeValue_source :: Lens' AccessControlAttributeValue (NonEmpty Text) Source #

The identity source to use when mapping a specified attribute to IAM Identity Center.