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
| Name | Description |
|---|---|
ACertificateBody | Specify the contents of the signing certificate. |
AUserName | Optionally, 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. |