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.GroupDetail

Description

 
Synopsis

Documentation

data GroupDetail Source #

Contains information about an IAM group, including all of the group's policies.

This data type is used as a response element in the GetAccountAuthorizationDetails operation.

See: newGroupDetail smart constructor.

Constructors

GroupDetail' 

Fields

Instances

Instances details
Eq GroupDetail Source # 
Instance details

Defined in Amazonka.IAM.Types.GroupDetail

Read GroupDetail Source # 
Instance details

Defined in Amazonka.IAM.Types.GroupDetail

Show GroupDetail Source # 
Instance details

Defined in Amazonka.IAM.Types.GroupDetail

Generic GroupDetail Source # 
Instance details

Defined in Amazonka.IAM.Types.GroupDetail

Associated Types

type Rep GroupDetail :: Type -> Type #

NFData GroupDetail Source # 
Instance details

Defined in Amazonka.IAM.Types.GroupDetail

Methods

rnf :: GroupDetail -> () #

Hashable GroupDetail Source # 
Instance details

Defined in Amazonka.IAM.Types.GroupDetail

FromXML GroupDetail Source # 
Instance details

Defined in Amazonka.IAM.Types.GroupDetail

type Rep GroupDetail Source # 
Instance details

Defined in Amazonka.IAM.Types.GroupDetail

newGroupDetail :: GroupDetail Source #

Create a value of GroupDetail 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:arn:GroupDetail', groupDetail_arn - Undocumented member.

$sel:path:GroupDetail', groupDetail_path - The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.

$sel:createDate:GroupDetail', groupDetail_createDate - The date and time, in ISO 8601 date-time format, when the group was created.

$sel:groupId:GroupDetail', groupDetail_groupId - The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.

$sel:groupPolicyList:GroupDetail', groupDetail_groupPolicyList - A list of the inline policies embedded in the group.

$sel:groupName:GroupDetail', groupDetail_groupName - The friendly name that identifies the group.

$sel:attachedManagedPolicies:GroupDetail', groupDetail_attachedManagedPolicies - A list of the managed policies attached to the group.

groupDetail_path :: Lens' GroupDetail (Maybe Text) Source #

The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.

groupDetail_createDate :: Lens' GroupDetail (Maybe UTCTime) Source #

The date and time, in ISO 8601 date-time format, when the group was created.

groupDetail_groupId :: Lens' GroupDetail (Maybe Text) Source #

The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.

groupDetail_groupPolicyList :: Lens' GroupDetail (Maybe [PolicyDetail]) Source #

A list of the inline policies embedded in the group.

groupDetail_groupName :: Lens' GroupDetail (Maybe Text) Source #

The friendly name that identifies the group.

groupDetail_attachedManagedPolicies :: Lens' GroupDetail (Maybe [AttachedPolicy]) Source #

A list of the managed policies attached to the group.