Skip to main content

TIAMDeleteSigningCertificateRequest

Class in AWS.IAM

DeleteSigningCertificate request class.

Ancestors

Properties

CertificateId

property CertificateId: string

UserName

property UserName: string

Constructors

Create

constructor Create(const ACertificateId: string; const AUserName: string = '');

Constructor for TIAMDeleteServiceSpecificCredentialRequest.

Parameters

NameDescription
ACertificateIdSpecify the ID of the signing certificate to delete.
AUserNameSpecify the name of the IAM user the signing certificate belongs to. If not specified, the calling user will be assumed.