/AWS1/CL_WSWLISTIDPVDRSRSP¶
ListIdentityProvidersResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/WSWPAGINATIONTOKEN
/AWS1/WSWPAGINATIONTOKEN
¶
The pagination token used to retrieve the next page of results for this operation.
it_identityproviders
TYPE /AWS1/CL_WSWIDPVDRSUMMARY=>TT_IDENTITYPROVIDERLIST
TT_IDENTITYPROVIDERLIST
¶
The identity providers.
Queryable Attributes¶
nextToken¶
The pagination token used to retrieve the next page of results for this operation.
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 |
identityProviders¶
The identity providers.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITYPROVIDERS() |
Getter for IDENTITYPROVIDERS, with configurable default |
ASK_IDENTITYPROVIDERS() |
Getter for IDENTITYPROVIDERS w/ exceptions if field has no v |
HAS_IDENTITYPROVIDERS() |
Determine if IDENTITYPROVIDERS has a value |