| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IAM.Types.EntityInfo
Description
Synopsis
- data EntityInfo = EntityInfo' {}
- newEntityInfo :: Text -> Text -> PolicyOwnerEntityType -> Text -> EntityInfo
- entityInfo_path :: Lens' EntityInfo (Maybe Text)
- entityInfo_arn :: Lens' EntityInfo Text
- entityInfo_name :: Lens' EntityInfo Text
- entityInfo_type :: Lens' EntityInfo PolicyOwnerEntityType
- entityInfo_id :: Lens' EntityInfo Text
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
Arguments
| :: Text | |
| -> Text | |
| -> PolicyOwnerEntityType | |
| -> Text | |
| -> EntityInfo |
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).