Skip to main content

TIAMUploadSigningCertificateRequest

Class in AWS.IAM

UploadSigningCertificate request class.

Ancestors

Properties

CertificateBody

property CertificateBody: string

UserName

property UserName: string

Constructors

Create

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

Constructor for TIAMUploadSigningCertificateRequest.

Parameters

NameDescription
ACertificateBodySpecify the contents of the signing certificate.
AUserNameOptionally, specify the name of the IAM user the signing certificate is for. If not specified, the user will be implied as the caller of the operation.