Lists the applications for a network access endpoint.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListApplicationsForNetworkAccessEndpoint |
get |
*NetworkAccessEndpoint
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NextToken |
string |
No |
The token for the next page of results. |
NTxxxxxexample |
| MaxResults |
integer |
No |
The number of entries to return on each page. |
20 |
| NetworkAccessEndpointId |
string |
Yes |
The network access endpoint ID. |
nae_mxzj4c44ctyectkggtg4mxxxxx |
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 for the next page of results. |
NTxxxexample |
| ApplicationsForNetworkAccessEndpoint |
array<object> |
The collection of applications for the network access endpoint. |
|
|
object |
|||
| InstanceId |
string |
The instance ID. |
idaas_6ed5syotlwdrgmbzn7qn5xxxxx |
| ApplicationId |
string |
The application ID. |
app_m5nzr3kk4njkco2nnc4wjxxxxx |
| ApplicationName |
string |
The application name. |
cloudSSO |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 100,
"NextToken": "NTxxxexample",
"ApplicationsForNetworkAccessEndpoint": [
{
"InstanceId": "idaas_6ed5syotlwdrgmbzn7qn5xxxxx",
"ApplicationId": "app_m5nzr3kk4njkco2nnc4wjxxxxx",
"ApplicationName": "cloudSSO"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.