AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the UpdateGroup operation. Updates the name and/or the path of the specified 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 a 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 Managers and MGRs, or must have permission on all (*). For more information about permissions, see Permissions and Policies.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IdentityManagement.AmazonIdentityManagementServiceRequest
      Amazon.IdentityManagement.Model.UpdateGroupRequest

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UpdateGroupRequest : AmazonIdentityManagementServiceRequest
         IRequestEvents

The UpdateGroupRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateGroupRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method UpdateGroupRequest(string) Instantiates UpdateGroupRequest with the parameterized properties

Properties

NameTypeDescription
Public Property GroupName System.String Gets and sets the property GroupName.

Name of the group to update. If you're changing the name of the group, this is the original name.

Public Property NewGroupName System.String Gets and sets the property NewGroupName.

New name for the group. Only include this if changing the group's name.

Public Property NewPath System.String Gets and sets the property NewPath.

New path for the group. Only include this if changing the group's path.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1