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.
Container for the parameters to the CreateGroup operation. Creates a new group.
Namespace: Amazon.DirectoryServiceData.Model
Assembly: AWSSDK.DirectoryServiceData.dll
Version: 3.x.y.z
public class CreateGroupRequest : AmazonDirectoryServiceDataRequest IAmazonWebServiceRequest
The CreateGroupRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateGroupRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientToken | System.String |
Gets and sets the property ClientToken. A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call. A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters
within the 8-hour idempotency window, Directory Service Data returns an This parameter is optional when using the CLI or SDK. |
![]() |
DirectoryId | System.String |
Gets and sets the property DirectoryId. The identifier (ID) of the directory that's associated with the group. |
![]() |
GroupScope | Amazon.DirectoryServiceData.GroupScope |
Gets and sets the property GroupScope. The scope of the AD group. For details, see Active Directory security group scope. |
![]() |
GroupType | Amazon.DirectoryServiceData.GroupType |
Gets and sets the property GroupType. The AD group type. For details, see Active Directory security group type. |
![]() |
OtherAttributes | System.Collections.Generic.Dictionary<System.String, Amazon.DirectoryServiceData.Model.AttributeValue> |
Gets and sets the property OtherAttributes. An expression that defines one or more attributes with the data type and value of each attribute. |
![]() |
SAMAccountName | System.String |
Gets and sets the property SAMAccountName. The name of the group. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5