/AWS1/CL_BUPLATESTREVOKEREQ¶
Contains information about the latest request to revoke access to a backup vault.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_mpasessionarn
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
The ARN of the MPA session associated with this revoke request.
iv_status
TYPE /AWS1/BUPMPAREVOKESESSTATUS
/AWS1/BUPMPAREVOKESESSTATUS
¶
The current status of the revoke request.
iv_statusmessage
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
A message describing the current status of the revoke request.
iv_initiationdate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time when the revoke request was initiated.
iv_expirydate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time when the revoke request will expire.
Queryable Attributes¶
MpaSessionArn¶
The ARN of the MPA session associated with this revoke request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MPASESSIONARN() |
Getter for MPASESSIONARN, with configurable default |
ASK_MPASESSIONARN() |
Getter for MPASESSIONARN w/ exceptions if field has no value |
HAS_MPASESSIONARN() |
Determine if MPASESSIONARN has a value |
Status¶
The current status of the revoke request.
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 |
StatusMessage¶
A message describing the current status of the revoke request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
InitiationDate¶
The date and time when the revoke request was initiated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INITIATIONDATE() |
Getter for INITIATIONDATE, with configurable default |
ASK_INITIATIONDATE() |
Getter for INITIATIONDATE w/ exceptions if field has no valu |
HAS_INITIATIONDATE() |
Determine if INITIATIONDATE has a value |
ExpiryDate¶
The date and time when the revoke request will expire.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPIRYDATE() |
Getter for EXPIRYDATE, with configurable default |
ASK_EXPIRYDATE() |
Getter for EXPIRYDATE w/ exceptions if field has no value |
HAS_EXPIRYDATE() |
Determine if EXPIRYDATE has a value |