Skip to content

/AWS1/CL_IAPLISTPOLRESPONSE

ListPoliciesResponse

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 NextToken request parameter in a next call to the operation to get more output. You can repeat this until the NextToken response element returns null.

it_policies TYPE /AWS1/CL_IAPPOLICY=>TT_POLICIES TT_POLICIES

An array of Policy objects. Contains a list of policies that define the permissions for team resources.


Queryable Attributes

NextToken

If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a next call to the operation to get more output. You can repeat this until the NextToken response element returns null.

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

Policies

An array of Policy objects. Contains a list of policies that define the permissions for team resources.

Accessible with the following methods

Method Description
GET_POLICIES() Getter for POLICIES, with configurable default
ASK_POLICIES() Getter for POLICIES w/ exceptions if field has no value
HAS_POLICIES() Determine if POLICIES has a value