Retrieves information about Identity Providers (IdPs) for a network endpoint.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListIdentityProvidersForNetworkAccessEndpoint |
get |
*NetworkAccessEndpoint
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NextToken |
string |
No |
The query token. |
NTxxxxxexample |
| MaxResults |
integer |
No |
The number of entries to return on each page. |
20 |
| NetworkAccessEndpointId |
string |
Yes |
The network endpoint ID. |
inap_local_user |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
The total number of entries. |
100 |
| NextToken |
string |
The token that is returned from the call. |
NTxxxexample |
| IdentityProvidersForNetworkAccessEndpoint |
array<object> |
The collection of IdPs for the network endpoint. |
|
|
object |
|||
| InstanceId |
string |
The instance ID. |
idaas_elk5evwagodqlmwpfehasxxxxx |
| IdentityProviderId |
string |
The ID of the IdP. |
idp_nbq7i4ylodmm64iy6t5muxxxxx |
| IdentityProviderName |
string |
The name of the IdP. |
OIDC Provider |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 100,
"NextToken": "NTxxxexample",
"IdentityProvidersForNetworkAccessEndpoint": [
{
"InstanceId": "idaas_elk5evwagodqlmwpfehasxxxxx",
"IdentityProviderId": "idp_nbq7i4ylodmm64iy6t5muxxxxx",
"IdentityProviderName": "OIDC Provider"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.