C# Class Amazon.IdentityManagement.Model.DeleteSigningCertificateRequest

Container for the parameters to the DeleteSigningCertificate operation.

Deletes the specified signing certificate associated with the specified user.

If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this API to manage root credentials even if the AWS account has no associated users.

Inheritance: AmazonIdentityManagementServiceRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteSigningCertificateRequest ( ) : System

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

DeleteSigningCertificateRequest ( string certificateId ) : System

Instantiates DeleteSigningCertificateRequest with the parameterized properties

Private Methods

Method Description
IsSetCertificateId ( ) : bool
IsSetUserName ( ) : bool

Method Details

DeleteSigningCertificateRequest() public method

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

DeleteSigningCertificateRequest() public method

Instantiates DeleteSigningCertificateRequest with the parameterized properties
public DeleteSigningCertificateRequest ( string certificateId ) : System
certificateId string The ID of the signing certificate to delete. The format of this parameter, as described by its regex pattern, is a string of characters that can be upper- or lower-cased letters or digits.
return System