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

The Group data type contains information about a group.

This data type is used as a response element in the following actions:

  • CreateGroup
  • GetGroup
  • ListGroups
Показать файл Открыть проект Примеры использования класса

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

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

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

Group ( string path, string groupName, string groupId, string arn, System.DateTime createDate ) : System

Instantiates Group with the parameterized properties

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

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

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

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

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

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

Instantiates Group with the parameterized properties
public Group ( string path, string groupName, string groupId, string arn, System.DateTime createDate ) : System
path string The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.
groupName string The friendly name that identifies the group.
groupId string The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.
arn string The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.
createDate System.DateTime The date and time, in ISO 8601 date-time format, when the group was created.
Результат System