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
| Name | Description |
|---|---|
ACertificateId | Specify the ID of the signing certificate to delete. |
AUserName | Specify the name of the IAM user the signing certificate belongs to. If not specified, the calling user will be assumed. |