/AWS1/CL_RLACREDENTIALSUMMARY¶
A record of a presented X509 credential from a temporary credential request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_seenat TYPE /AWS1/RLATIMESTAMP /AWS1/RLATIMESTAMP¶
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
iv_serialnumber TYPE /AWS1/RLASTRING /AWS1/RLASTRING¶
The serial number of the certificate.
iv_issuer TYPE /AWS1/RLASTRING /AWS1/RLASTRING¶
The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
iv_enabled TYPE /AWS1/RLABOOLEAN /AWS1/RLABOOLEAN¶
Indicates whether the credential is enabled.
iv_x509certificatedata TYPE /AWS1/RLASTRING /AWS1/RLASTRING¶
The PEM-encoded data of the certificate.
iv_failed TYPE /AWS1/RLABOOLEAN /AWS1/RLABOOLEAN¶
Indicates whether the temporary credential request was successful.
Queryable Attributes¶
seenAt¶
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEENAT() |
Getter for SEENAT, with configurable default |
ASK_SEENAT() |
Getter for SEENAT w/ exceptions if field has no value |
HAS_SEENAT() |
Determine if SEENAT has a value |
serialNumber¶
The serial number of the certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERIALNUMBER() |
Getter for SERIALNUMBER, with configurable default |
ASK_SERIALNUMBER() |
Getter for SERIALNUMBER w/ exceptions if field has no value |
HAS_SERIALNUMBER() |
Determine if SERIALNUMBER has a value |
issuer¶
The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUER() |
Getter for ISSUER, with configurable default |
ASK_ISSUER() |
Getter for ISSUER w/ exceptions if field has no value |
HAS_ISSUER() |
Determine if ISSUER has a value |
enabled¶
Indicates whether the credential is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
x509CertificateData¶
The PEM-encoded data of the certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_X509CERTIFICATEDATA() |
Getter for X509CERTIFICATEDATA, with configurable default |
ASK_X509CERTIFICATEDATA() |
Getter for X509CERTIFICATEDATA w/ exceptions if field has no |
HAS_X509CERTIFICATEDATA() |
Determine if X509CERTIFICATEDATA has a value |
failed¶
Indicates whether the temporary credential request was successful.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED 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_CREDENTIALSUMMARIES¶
TYPES TT_CREDENTIALSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_RLACREDENTIALSUMMARY WITH DEFAULT KEY
.