Federated Identity Credentials - Delete
刪除同盟身分識別認證。
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}?api-version=2024-11-30
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
federated
|
path | True |
string pattern: ^[a-zA-Z0-9]{1}[a-zA-Z0-9-_]{2,119}$ |
同盟身分識別認證資源的名稱。 |
resource
|
path | True |
string |
身分識別所屬的資源群組名稱。 |
resource
|
path | True |
string |
識別資源的名稱。 |
subscription
|
path | True |
string |
身分識別所屬的訂用帳戶標識碼。 |
api-version
|
query | True |
string |
要叫用的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
還行。 已刪除的同盟身分識別認證。 |
|
204 No Content |
指定的同盟身分識別認證不存在。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
FederatedIdentityCredentialDelete
範例要求
DELETE https://management.azure.com/subscriptions/c267c0e7-0a73-4789-9e17-d26aeb0904e5/resourceGroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/resourceName/federatedIdentityCredentials/ficResourceName?api-version=2024-11-30
範例回覆
定義
名稱 | Description |
---|---|
Cloud |
ManagedServiceIdentity 服務的錯誤回應。 |
Cloud |
ManagedServiceIdentity 服務的錯誤回應。 |
CloudError
ManagedServiceIdentity 服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error |
錯誤的其他詳細數據清單。 |
CloudErrorBody
ManagedServiceIdentity 服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤的識別碼。 |
details |
錯誤的其他詳細數據清單。 |
|
message |
string |
描述錯誤的訊息,適用於在使用者介面中顯示。 |
target |
string |
特定錯誤的目標。 例如,錯誤中的屬性名稱。 |