/AWS1/CL_SSOLISTACCTLESRSP¶
ListAccountRolesResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/SSONEXTTOKENTYPE
/AWS1/SSONEXTTOKENTYPE
¶
The page token client that is used to retrieve the list of accounts.
it_rolelist
TYPE /AWS1/CL_SSOROLEINFO=>TT_ROLELISTTYPE
TT_ROLELISTTYPE
¶
A paginated response with the list of roles and the next token if more results are available.
Queryable Attributes¶
nextToken¶
The page token client that is used to retrieve the list of accounts.
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 |
roleList¶
A paginated response with the list of roles and the next token if more results are available.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ROLELIST() |
Getter for ROLELIST, with configurable default |
ASK_ROLELIST() |
Getter for ROLELIST w/ exceptions if field has no value |
HAS_ROLELIST() |
Determine if ROLELIST has a value |