查詢應用聯邦憑證列表。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
eiam:ListApplicationFederatedCredentials |
list |
*ApplicationFederatedCredential
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| InstanceId |
string |
是 |
執行個體 ID |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NextToken |
string |
否 |
查詢憑證(Token) |
NTxxxxxexample |
| PreviousToken |
string |
否 |
查詢上一頁憑證(Token) |
PTxxxxxexample |
| MaxResults |
integer |
否 |
分頁查詢時每頁行數 |
20 |
| ApplicationId |
string |
是 |
應用 ID |
app_xxxasda1 |
| ApplicationFederatedCredentialType |
string |
否 |
應用聯邦憑證提供者類型 |
oidc |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
列表總條數目 |
100 |
| NextToken |
string |
本次調用返回的查詢憑證(Token)值 |
NTxxxexample |
| PreviousToken |
string |
本次調用返回的查詢憑證(Token)值 |
PTxxxexample |
| MaxResults |
integer |
分頁查詢時每頁行數 |
20 |
| ApplicationFederatedCredentials |
array<object> |
應用聯邦憑證列表 |
|
|
object |
|||
| InstanceId |
string |
執行個體 ID |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationFederatedCredentialId |
string |
應用聯邦憑證 ID |
afc_adsa1sdaxxxxx |
| ApplicationId |
string |
應用 ID |
app_xxxasda1 |
| FederatedCredentialProviderId |
string |
聯邦信任源 ID |
fcp_das1asda1xxxx |
| ApplicationFederatedCredentialType |
string |
應用聯邦憑證類型 |
oidc |
| ApplicationFederatedCredentialName |
string |
應用聯邦憑證名稱 |
test |
| Status |
string |
應用聯邦憑證狀態 |
enabled |
| Description |
string |
應用聯邦憑證描述 |
test |
| CreateTime |
integer |
建立時間 |
1758785994982 |
| UpdateTime |
integer |
更新時間 |
1758785994982 |
| LastUsedTime |
integer |
最近使用時間 |
1758785994982 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 100,
"NextToken": "NTxxxexample",
"PreviousToken": "PTxxxexample",
"MaxResults": 20,
"ApplicationFederatedCredentials": [
{
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"ApplicationFederatedCredentialId": "afc_adsa1sdaxxxxx",
"ApplicationId": "app_xxxasda1",
"FederatedCredentialProviderId": "fcp_das1asda1xxxx",
"ApplicationFederatedCredentialType": "oidc",
"ApplicationFederatedCredentialName": "test",
"Status": "enabled",
"Description": "test",
"CreateTime": 1758785994982,
"UpdateTime": 1758785994982,
"LastUsedTime": 1758785994982
}
]
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。