/AWS1/CL_SSALSTPERMSETSPROVT01¶
ListPermissionSetsProvisionedToAccountResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/SSATOKEN
/AWS1/SSATOKEN
¶
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
it_permissionsets
TYPE /AWS1/CL_SSAPERMSETLIST_W=>TT_PERMISSIONSETLIST
TT_PERMISSIONSETLIST
¶
Defines the level of access that an Amazon Web Services account has.
Queryable Attributes¶
NextToken¶
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
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 |
PermissionSets¶
Defines the level of access that an Amazon Web Services account has.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PERMISSIONSETS() |
Getter for PERMISSIONSETS, with configurable default |
ASK_PERMISSIONSETS() |
Getter for PERMISSIONSETS w/ exceptions if field has no valu |
HAS_PERMISSIONSETS() |
Determine if PERMISSIONSETS has a value |