AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z
public class GroupDetail
The GroupDetail type exposes the following members
Name | Description | |
---|---|---|
![]() |
GroupDetail() |
Name | Type | Description | |
---|---|---|---|
![]() |
Arn | System.String |
Gets and sets the property Arn. |
![]() |
AttachedManagedPolicies | System.Collections.Generic.List<Amazon.IdentityManagement.Model.AttachedPolicyType> |
Gets and sets the property AttachedManagedPolicies. A list of the managed policies attached to the group. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
CreateDate | System.Nullable<System.DateTime> |
Gets and sets the property CreateDate. The date and time, in ISO 8601 date-time format, when the group was created. |
![]() |
GroupId | System.String |
Gets and sets the property GroupId. The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide. |
![]() |
GroupName | System.String |
Gets and sets the property GroupName. The friendly name that identifies the group. |
![]() |
GroupPolicyList | System.Collections.Generic.List<Amazon.IdentityManagement.Model.PolicyDetail> |
Gets and sets the property GroupPolicyList. A list of the inline policies embedded in the group. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Path | System.String |
Gets and sets the property Path. The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer