C# Class Amazon.IdentityManagement.Model.DeleteUserRequest

Container for the parameters to the DeleteUser operation.

Deletes the specified user. The user must not belong to any groups, have any keys or signing certificates, or have any attached policies.

Inheritance: AmazonIdentityManagementServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DeleteUserRequest ( ) : System

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

DeleteUserRequest ( string userName ) : System

Instantiates DeleteUserRequest with the parameterized properties

Private Methods

Méthode Description
IsSetUserName ( ) : bool

Method Details

DeleteUserRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteUserRequest ( ) : System
Résultat System

DeleteUserRequest() public méthode

Instantiates DeleteUserRequest with the parameterized properties
public DeleteUserRequest ( string userName ) : System
userName string The name of the user to delete. 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: =,.@-
Résultat System