AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryServiceData.AmazonDirectoryServiceDataRequest
      Amazon.DirectoryServiceData.Model.CreateGroupRequest

Namespace: Amazon.DirectoryServiceData.Model
Assembly: AWSSDK.DirectoryServiceData.dll
Version: 3.x.y.z

Syntax

C#
public class CreateGroupRequest : AmazonDirectoryServiceDataRequest
         IAmazonWebServiceRequest

The CreateGroupRequest type exposes the following members

Constructors

NameDescription
Public Method CreateGroupRequest()

Properties

NameTypeDescription
Public Property 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 ConflictException.

This parameter is optional when using the CLI or SDK.

Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

The identifier (ID) of the directory that's associated with the group.

Public Property GroupScope Amazon.DirectoryServiceData.GroupScope

Gets and sets the property GroupScope.

The scope of the AD group. For details, see Active Directory security group scope.

Public Property GroupType Amazon.DirectoryServiceData.GroupType

Gets and sets the property GroupType.

The AD group type. For details, see Active Directory security group type.

Public Property 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.

Public Property SAMAccountName System.String

Gets and sets the property SAMAccountName.

The name of the group.

Version Information

.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