C# Class Amazon.IdentityManagement.Model.DeleteLoginProfileRequest

Container for the parameters to the DeleteLoginProfile operation. Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.

Deleting a user's password does not prevent a user from accessing AWS through the command line interface or the API. To prevent all user access you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.

Inheritance: AmazonIdentityManagementServiceRequest
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteLoginProfileRequest ( ) : System

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

DeleteLoginProfileRequest ( string userName ) : System

Instantiates DeleteLoginProfileRequest with the parameterized properties

Private Methods

Method Description
IsSetUserName ( ) : bool

Method Details

DeleteLoginProfileRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteLoginProfileRequest ( ) : System
return System

DeleteLoginProfileRequest() public method

Instantiates DeleteLoginProfileRequest with the parameterized properties
public DeleteLoginProfileRequest ( string userName ) : System
userName string The name of the user whose password you want 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: =,.@-
return System