TIAMUpdateSigningCertificateRequest
Class in AWS.IAM
UpdateSigningCertificate request class.
Ancestors
Properties
CertificateId
property CertificateId: string
Status
property Status: string
UserName
property UserName: string
Constructors
Create
constructor Create(const ACertificateId, AStatus: string; const AUserName: string = '');
Constructor for TIAMUpdateSigningCertificateRequest.
Parameters
| Name | Description |
|---|---|
ACertificateId | Specify the unique identifier of the signing certificate to update. |
AStatus | Specify the desired status for the signing certificate. Valid values:|. |
AUserName | Optionally, specify the name of the IAM user associated with the signing certificate. If not provided, the operation assumes the caller. |