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

Container for the parameters to the CreateUser operation.

Creates a new user for your AWS account.

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

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

공개 메소드들

메소드 설명
CreateUserRequest ( ) : System

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

CreateUserRequest ( string userName ) : System

Instantiates CreateUserRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetPath ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

CreateUserRequest() 공개 메소드

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

CreateUserRequest() 공개 메소드

Instantiates CreateUserRequest with the parameterized properties
public CreateUserRequest ( string userName ) : System
userName string The name of the user to create. 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: =,.@-. User names are not distinguished by case. For example, you cannot create users named both "TESTUSER" and "testuser".
리턴 System