Container for the parameters to the DeleteLoginProfile operation.
Namespace: Amazon.IdentityManagement.ModelDeletes the password for the specified user, which terminates the user's ability to access AWS services through the AWS Management Console.
IMPORTANT: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.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteLoginProfileRequest : AmazonWebServiceRequest
Public Class DeleteLoginProfileRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteLoginProfileRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| 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()()()() | (Inherited from Object.) | |
| UserName |
Name of the user whose password you want to delete.
Constraints: | |
| WithUserName(String) |
Sets the UserName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.IdentityManagement.Model..::..DeleteLoginProfileRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.IdentityManagement.Model..::..DeleteLoginProfileRequest