/AWS1/CL_SGNSIGNINGJOBREVOCA00¶
Revocation information for a signing job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_reason TYPE /AWS1/SGNSTRING /AWS1/SGNSTRING¶
A caller-supplied reason for revocation.
iv_revokedat TYPE /AWS1/SGNTIMESTAMP /AWS1/SGNTIMESTAMP¶
The time of revocation.
iv_revokedby TYPE /AWS1/SGNSTRING /AWS1/SGNSTRING¶
The identity of the revoker.
Queryable Attributes¶
reason¶
A caller-supplied reason for revocation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
revokedAt¶
The time of revocation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVOKEDAT() |
Getter for REVOKEDAT, with configurable default |
ASK_REVOKEDAT() |
Getter for REVOKEDAT w/ exceptions if field has no value |
HAS_REVOKEDAT() |
Determine if REVOKEDAT has a value |
revokedBy¶
The identity of the revoker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVOKEDBY() |
Getter for REVOKEDBY, with configurable default |
ASK_REVOKEDBY() |
Getter for REVOKEDBY w/ exceptions if field has no value |
HAS_REVOKEDBY() |
Determine if REVOKEDBY has a value |