Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
IsSetNewPath ( ) : bool | ||
IsSetNewUserName ( ) : bool | ||
IsSetUserName ( ) : bool |
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: =,.@- |
return | System |