/AWS1/CL_IAPLISTPOLICYVRSSRSP¶
ListPolicyVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IAPTOKEN /AWS1/IAPTOKEN¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a next call to the operation to get more output. You can repeat this until theNextTokenresponse element returnsnull.
it_policyversions TYPE /AWS1/CL_IAPPOLICYVRSSUMMARY=>TT_POLICYVERSIONS TT_POLICYVERSIONS¶
An array of
PolicyVersionSummaryobjects. Contains details for the version of the policies that define the permissions for team resources.The protected operation for a service integration might require specific permissions. For more information, see How other services work with Multi-party approval in the Multi-party approval User Guide.
Queryable Attributes¶
NextToken¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a next call to the operation to get more output. You can repeat this until theNextTokenresponse element returnsnull.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
PolicyVersions¶
An array of
PolicyVersionSummaryobjects. Contains details for the version of the policies that define the permissions for team resources.The protected operation for a service integration might require specific permissions. For more information, see How other services work with Multi-party approval in the Multi-party approval User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYVERSIONS() |
Getter for POLICYVERSIONS, with configurable default |
ASK_POLICYVERSIONS() |
Getter for POLICYVERSIONS w/ exceptions if field has no valu |
HAS_POLICYVERSIONS() |
Determine if POLICYVERSIONS has a value |