libZSservicesZSamazonka-iamZSamazonka-iam
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.IAM.Types.EntityInfo

Description

 
Synopsis

Documentation

data EntityInfo Source #

Contains details about the specified entity (user or role).

This data type is an element of the EntityDetails object.

See: newEntityInfo smart constructor.

Constructors

EntityInfo' 

Fields

Instances

Instances details
Eq EntityInfo Source # 
Instance details

Defined in Amazonka.IAM.Types.EntityInfo

Read EntityInfo Source # 
Instance details

Defined in Amazonka.IAM.Types.EntityInfo

Show EntityInfo Source # 
Instance details

Defined in Amazonka.IAM.Types.EntityInfo

Generic EntityInfo Source # 
Instance details

Defined in Amazonka.IAM.Types.EntityInfo

Associated Types

type Rep EntityInfo :: Type -> Type #

NFData EntityInfo Source # 
Instance details

Defined in Amazonka.IAM.Types.EntityInfo

Methods

rnf :: EntityInfo -> () #

Hashable EntityInfo Source # 
Instance details

Defined in Amazonka.IAM.Types.EntityInfo

FromXML EntityInfo Source # 
Instance details

Defined in Amazonka.IAM.Types.EntityInfo

type Rep EntityInfo Source # 
Instance details

Defined in Amazonka.IAM.Types.EntityInfo

newEntityInfo Source #

Create a value of EntityInfo 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:path:EntityInfo', entityInfo_path - The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.

$sel:arn:EntityInfo', entityInfo_arn - Undocumented member.

$sel:name:EntityInfo', entityInfo_name - The name of the entity (user or role).

$sel:type':EntityInfo', entityInfo_type - The type of entity (user or role).

$sel:id:EntityInfo', entityInfo_id - The identifier of the entity (user or role).

entityInfo_path :: Lens' EntityInfo (Maybe Text) Source #

The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.

entityInfo_arn :: Lens' EntityInfo Text Source #

Undocumented member.

entityInfo_name :: Lens' EntityInfo Text Source #

The name of the entity (user or role).

entityInfo_type :: Lens' EntityInfo PolicyOwnerEntityType Source #

The type of entity (user or role).

entityInfo_id :: Lens' EntityInfo Text Source #

The identifier of the entity (user or role).