C# 클래스 Amazon.IdentityManagement.Model.UpdateUserRequest

Container for the parameters to the UpdateUser operation.

Updates the name and/or the path of the specified User.

IMPORTANT: You should understand the implications of changing a User's path or name. For more information, see Renaming Users and Groups in Using AWS Identity and Access Management.

NOTE:To change a User name the requester must have appropriate permissions on both the source object and the target object. For example, to change Bob to Robert, the entity making the request must have permission on Bob and Robert, or must have permission on all (*). For more information about permissions, see Permissions and Policies.

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
UpdateUserRequest ( ) : System

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

UpdateUserRequest ( string userName ) : System

Instantiates UpdateUserRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetNewPath ( ) : bool
IsSetNewUserName ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

UpdateUserRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public UpdateUserRequest ( ) : System
리턴 System

UpdateUserRequest() 공개 메소드

Instantiates UpdateUserRequest with the parameterized properties
public UpdateUserRequest ( string userName ) : System
userName string Name of the user to update. If you're changing the name of the user, this is the original user 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