AWS SDK for .NET Documentation
CreateUserRequest Class
AmazonAmazon.IdentityManagement.ModelCreateUserRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class CreateUserRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateUserRequest()()()()
Initializes a new instance of the CreateUserRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Path
Gets and sets the property Path.

The path for the user name. For more information about paths, see Identifiers for IAM Entities in Using AWS Identity and Access Management.

This parameter is optional. If it is not included, it defaults to a slash (/).


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UserName
Gets and sets the property UserName.

Name of the user to create.


WithPath(String) Obsolete.
Sets the Path property

WithUserName(String) Obsolete.
Sets the UserName property

Inheritance Hierarchy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)