/AWS1/CL_WLKWEBSITECASUMMARY¶
The summary of the certificate authority (CA).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_websitecaid TYPE /AWS1/WLKID /AWS1/WLKID¶
A unique identifier for the CA.
iv_createdtime TYPE /AWS1/WLKDATETIME /AWS1/WLKDATETIME¶
The time when the CA was added.
iv_displayname TYPE /AWS1/WLKDISPLAYNAME /AWS1/WLKDISPLAYNAME¶
The name to display.
Queryable Attributes¶
WebsiteCaId¶
A unique identifier for the CA.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBSITECAID() |
Getter for WEBSITECAID, with configurable default |
ASK_WEBSITECAID() |
Getter for WEBSITECAID w/ exceptions if field has no value |
HAS_WEBSITECAID() |
Determine if WEBSITECAID has a value |
CreatedTime¶
The time when the CA 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 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WEBSITECASUMMARYLIST¶
TYPES TT_WEBSITECASUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WLKWEBSITECASUMMARY WITH DEFAULT KEY
.