/AWS1/CL_WLKDSCWSCRTAUTHORIT01¶
DescribeWebsiteCertificateAuthorityResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_certificate TYPE /AWS1/WLKCERTIFICATE /AWS1/WLKCERTIFICATE¶
The root certificate of the certificate authority.
iv_createdtime TYPE /AWS1/WLKDATETIME /AWS1/WLKDATETIME¶
The time that the certificate authority was added.
iv_displayname TYPE /AWS1/WLKDISPLAYNAME /AWS1/WLKDISPLAYNAME¶
The certificate name to display.
Queryable Attributes¶
Certificate¶
The root certificate of the certificate authority.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATE() |
Getter for CERTIFICATE, with configurable default |
ASK_CERTIFICATE() |
Getter for CERTIFICATE w/ exceptions if field has no value |
HAS_CERTIFICATE() |
Determine if CERTIFICATE has a value |
CreatedTime¶
The time that the certificate authority was added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
DisplayName¶
The certificate name to display.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |