Federated Identity Credentials - Delete

刪除同盟身分識別認證。

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}?api-version=2023-01-31

URI 參數

名稱 位於 必要 類型 Description
federatedIdentityCredentialResourceName
path True

string

同盟身分識別認證資源的名稱。

Regex pattern: ^[a-zA-Z0-9]{1}[a-zA-Z0-9-_]{2,119}$

resourceGroupName
path True

string

身分識別所屬的資源群組名稱。

resourceName
path True

string

身分識別資源的名稱。

subscriptionId
path True

string

身分識別所屬訂用帳戶的標識碼。

api-version
query True

string

要叫用的 API 版本。

回應

名稱 類型 Description
200 OK

正常。 已刪除的同盟身分識別認證。

204 No Content

指定的同盟身分識別認證不存在。

Other Status Codes

CloudError

描述作業失敗原因的錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

FederatedIdentityCredentialDelete

Sample Request

DELETE https://management.azure.com/subscriptions/c267c0e7-0a73-4789-9e17-d26aeb0904e5/resourceGroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/resourceName/federatedIdentityCredentials/ficResourceName?api-version=2023-01-31

Sample Response

定義

名稱 Description
CloudError

ManagedServiceIdentity 服務的錯誤回應。

CloudErrorBody

ManagedServiceIdentity 服務的錯誤回應。

CloudError

ManagedServiceIdentity 服務的錯誤回應。

名稱 類型 Description
error

CloudErrorBody

錯誤的其他詳細數據清單。

CloudErrorBody

ManagedServiceIdentity 服務的錯誤回應。

名稱 類型 Description
code

string

錯誤的識別碼。

details

CloudErrorBody[]

錯誤的其他詳細數據清單。

message

string

描述錯誤的訊息,適用於在使用者介面中顯示。

target

string

特定錯誤的目標。 例如,錯誤中的屬性名稱。