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

Container for the parameters to the UpdateGroup operation. Updates the name and/or the path of the specified IAM group.

You should understand the implications of changing a group's path or name. For more information, see Renaming Users and Groups in the IAM User Guide.

To change an IAM group name the requester must have appropriate permissions on both the source object and the target object. For example, to change "Managers" to "MGRs", the entity making the request must have permission on both "Managers" and "MGRs", or must have permission on all (*). For more information about permissions, see Permissions and Policies.

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

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

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

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

UpdateGroupRequest ( string groupName ) : System

Instantiates UpdateGroupRequest with the parameterized properties

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

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

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

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

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

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

Instantiates UpdateGroupRequest with the parameterized properties
public UpdateGroupRequest ( string groupName ) : System
groupName string Name of the IAM group to update. If you're changing the name of the group, this is the original name. 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: =,.@-
Результат System