/AWS1/CL_SSAACASSIGNMENTOPST00¶
Provides information about the AccountAssignment creation request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/SSASTATUSVALUES /AWS1/SSASTATUSVALUES¶
The status of the permission set provisioning process.
iv_requestid TYPE /AWS1/SSAUUID /AWS1/SSAUUID¶
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
iv_createddate TYPE /AWS1/SSADATE /AWS1/SSADATE¶
The date that the permission set was created.
Queryable Attributes¶
Status¶
The status of the permission set provisioning process.
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 |
RequestId¶
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |
CreatedDate¶
The date that the permission set was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDDATE() |
Getter for CREATEDDATE, with configurable default |
ASK_CREATEDDATE() |
Getter for CREATEDDATE w/ exceptions if field has no value |
HAS_CREATEDDATE() |
Determine if CREATEDDATE 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_ACCTASSIGNMENTOPSTATUSLIST¶
TYPES TT_ACCTASSIGNMENTOPSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSAACASSIGNMENTOPST00 WITH DEFAULT KEY
.