C# Класс Amazon.IdentityManagement.Model.CreateGroupRequest

Container for the parameters to the CreateGroup operation.

Creates a new group.

For information about the number of groups you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management .

Наследование: AmazonIdentityManagementServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateGroupRequest ( string groupName ) : System

Instantiates CreateGroupRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetGroupName ( ) : bool
IsSetPath ( ) : bool

Описание методов

CreateGroupRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public CreateGroupRequest ( ) : System
Результат System

CreateGroupRequest() публичный Метод

Instantiates CreateGroupRequest with the parameterized properties
public CreateGroupRequest ( string groupName ) : System
groupName string The name of the group to create. Do not include the path in this value. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-. The group name must be unique within the account. Group names are not distinguished by case. For example, you cannot create groups named both "ADMINS" and "admins".
Результат System