C# Класс 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.

Наследование: AmazonIdentityManagementServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetCertificateId ( ) : bool
IsSetUserName ( ) : bool

Описание методов

DeleteSigningCertificateRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteSigningCertificateRequest ( ) : System
Результат System

DeleteSigningCertificateRequest() публичный Метод

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.
Результат System