/AWS1/CL_GUPREMOVEPERMRESPONSE¶
The structure representing the removePermissionResponse.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_policy TYPE /AWS1/GUPSTRING /AWS1/GUPSTRING¶
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
iv_revisionid TYPE /AWS1/GUPREVISIONID /AWS1/GUPREVISIONID¶
A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed. The updated JSON-formatted policy is in the
policyelement of the response.
Queryable Attributes¶
policy¶
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICY() |
Getter for POLICY, with configurable default |
ASK_POLICY() |
Getter for POLICY w/ exceptions if field has no value |
HAS_POLICY() |
Determine if POLICY has a value |
revisionId¶
A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed. The updated JSON-formatted policy is in the
policyelement of the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISIONID() |
Getter for REVISIONID, with configurable default |
ASK_REVISIONID() |
Getter for REVISIONID w/ exceptions if field has no value |
HAS_REVISIONID() |
Determine if REVISIONID has a value |