Federated Identity Credentials - List
清單 指定使用者指派的身分識別下的所有同盟身分識別認證。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials?api-version=2023-01-31
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials?$top={$top}&$skiptoken={$skiptoken}&api-version=2023-01-31
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
身分識別所屬的資源群組名稱。 |
resource
|
path | True |
string |
身分識別資源的名稱。 |
subscription
|
path | True |
string |
身分識別所屬訂用帳戶的標識碼。 |
api-version
|
query | True |
string |
要叫用的 API 版本。 |
$skiptoken
|
query |
string |
略過標記可用來在作業傳回部分結果之後繼續擷取專案。 如果先前的回應包含 nextLink 元素,nextLink 元素的值會包含 skipToken 參數,以指定要用於後續呼叫的起點。 |
|
$top
|
query |
integer int32 |
要傳回的記錄數目。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
正常。 已擷取並成功傳回指定使用者指派之身分識別的同盟身分識別認證清單。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
FederatedIdentityCredentialList
範例要求
範例回覆
{
"value": [
{
"id": "/subscriptions/c267c0e7-0a73-4789-9e17-d26aeb0904e5/resourcegroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityName/federatedIdentityCredentials/ficResourceName",
"name": "ficResourceName",
"properties": {
"issuer": "https://oidc.prod-aks.azure.com/TenantGUID/IssuerGUID",
"subject": "system:serviceaccount:ns:svcaccount",
"audiences": [
"api://AzureADTokenExchange"
]
},
"type": "Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials"
}
],
"nextLink": "https://serviceRoot/subscriptions/c267c0e7-0a73-4789-9e17-d26aeb0904e5/resourcegroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/resourceName/federatedIdentityCredentials?api-version=2023-01-31&$skipToken=X'12345'"
}
定義
名稱 | Description |
---|---|
Cloud |
ManagedServiceIdentity 服務的錯誤回應。 |
Cloud |
ManagedServiceIdentity 服務的錯誤回應。 |
created |
建立資源的身分識別類型。 |
Federated |
描述同盟身分識別認證。 |
Federated |
清單作業針對同盟身分識別認證所傳回的值。 |
system |
與建立和上次修改資源相關的元數據。 |
CloudError
ManagedServiceIdentity 服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error |
錯誤的其他詳細數據清單。 |
CloudErrorBody
ManagedServiceIdentity 服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤的識別碼。 |
details |
錯誤的其他詳細數據清單。 |
|
message |
string |
描述錯誤的訊息,適用於在使用者介面中顯示。 |
target |
string |
特定錯誤的目標。 例如,錯誤中的屬性名稱。 |
createdByType
建立資源的身分識別類型。
名稱 | 類型 | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
FederatedIdentityCredential
描述同盟身分識別認證。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源的完整資源識別碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” |
name |
string |
資源的名稱 |
properties.audiences |
string[] |
可以出現在已發行權杖中的受眾清單。 |
properties.issuer |
string |
要信任的簽發者 URL。 |
properties.subject |
string |
外部身分識別的識別碼。 |
systemData |
Azure Resource Manager 包含 createdBy 和 modifiedBy 資訊的中繼資料。 |
|
type |
string |
資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
FederatedIdentityCredentialsListResult
清單作業針對同盟身分識別認證所傳回的值。
名稱 | 類型 | Description |
---|---|---|
nextLink |
string |
如果有任何結果,則為取得下一頁結果的URL。 |
value |
清單作業所傳回的同盟識別認證集合。 |
systemData
與建立和上次修改資源相關的元數據。
名稱 | 類型 | Description |
---|---|---|
createdAt |
string |
資源建立的時間戳 (UTC) 。 |
createdBy |
string |
建立資源的身分識別。 |
createdByType |
建立資源的身分識別類型。 |
|
lastModifiedAt |
string |
上次修改的資源時間戳 (UTC) |
lastModifiedBy |
string |
上次修改資源的身分識別。 |
lastModifiedByType |
上次修改資源的身分識別類型。 |