/AWS1/CL_R5GDELACCESSTOKENOUT¶
DeleteAccessTokenOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The unique identifier of the deleted access token.
iv_status TYPE /AWS1/R5GTOKENSTATUS /AWS1/R5GTOKENSTATUS¶
The final status of the deleted access token.
iv_deletedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the access token was deleted.
Queryable Attributes¶
id¶
The unique identifier of the deleted access token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
status¶
The final status of the deleted access token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
deletedAt¶
The date and time when the access token was deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEDAT() |
Getter for DELETEDAT, with configurable default |
ASK_DELETEDAT() |
Getter for DELETEDAT w/ exceptions if field has no value |
HAS_DELETEDAT() |
Determine if DELETEDAT has a value |