Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
IsSetPath ( ) : bool | ||
IsSetUserName ( ) : bool |
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". |
return | System |