amazonka-appstream-2.0: Amazon AppStream 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.AppStream.Types.EntitlementAttribute

Description

 
Synopsis

Documentation

data EntitlementAttribute Source #

An attribute associated with an entitlement. Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an Amazon AppStream 2.0 SAML application.

See: newEntitlementAttribute smart constructor.

Constructors

EntitlementAttribute' 

Fields

  • name :: Text

    A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

    The following are valid values:

    • roles
    • department
    • organization
    • groups
    • title
    • costCenter
    • userType
  • value :: Text

    A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.

Instances

Instances details
FromJSON EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

ToJSON EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Generic EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Associated Types

type Rep EntitlementAttribute :: Type -> Type #

Read EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Show EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

NFData EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Methods

rnf :: EntitlementAttribute -> () #

Eq EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Hashable EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

type Rep EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

type Rep EntitlementAttribute = D1 ('MetaData "EntitlementAttribute" "Amazonka.AppStream.Types.EntitlementAttribute" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "EntitlementAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEntitlementAttribute Source #

Create a value of EntitlementAttribute 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:name:EntitlementAttribute', entitlementAttribute_name - A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

The following are valid values:

  • roles
  • department
  • organization
  • groups
  • title
  • costCenter
  • userType

$sel:value:EntitlementAttribute', entitlementAttribute_value - A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.

entitlementAttribute_name :: Lens' EntitlementAttribute Text Source #

A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

The following are valid values:

  • roles
  • department
  • organization
  • groups
  • title
  • costCenter
  • userType

entitlementAttribute_value :: Lens' EntitlementAttribute Text Source #

A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.