GroupDetail
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.
Contents
- Arn
-
The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources.
For more information about ARNs, go to Amazon Resource Names (ARNs) in the AWS General Reference.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Required: No
- AttachedManagedPolicies.member.N
-
A list of the managed policies attached to the group.
Type: Array of AttachedPolicy objects
Required: No
- CreateDate
-
The date and time, in ISO 8601 date-time format
, when the group was created. Type: Timestamp
Required: No
- GroupId
-
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
Type: String
Length Constraints: Minimum length of 16. Maximum length of 128.
Pattern:
[\w]+
Required: No
- GroupName
-
The friendly name that identifies the group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[\w+=,.@-]+
Required: No
- GroupPolicyList.member.N
-
A list of the inline policies embedded in the group.
Type: Array of PolicyDetail objects
Required: No
- Path
-
The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
(\u002F)|(\u002F[\u0021-\u007E]+\u002F)
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: