Container for the parameters to the DeleteLoginProfile operation.
            Deletes the password for the specified 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 IAM
            through the            command line interface or the API. To prevent all user access you must
            also either make the            access key inactive or delete it. For more information about
            making keys inactive or deleting            them, see UpdateAccessKey and DeleteAccessKey.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteLoginProfileRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteLoginProfileRequest()()()() | Initializes a new instance of the DeleteLoginProfileRequest class | 
|  | Equals(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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UserName | 
            Gets and sets the property UserName. 
             Name of the user whose password you want to delete. | 
|  | WithUserName(String) | Obsolete. 
            Sets the UserName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteLoginProfileRequest | |