Skip to main content

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

NameDescription
ACertificateIdSpecify the unique identifier of the signing certificate to update.
AStatusSpecify the desired status for the signing certificate. Valid values:|.
AUserNameOptionally, specify the name of the IAM user associated with the signing certificate. If not provided, the operation assumes the caller.