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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetCertificateId ( ) : bool
IsSetUserName ( ) : bool

Method Details

DeleteSigningCertificateRequest() public méthode

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

DeleteSigningCertificateRequest() public méthode

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.
Résultat System