Federated Identity Credentials - List
指定したユーザー割り当て ID の下にあるすべてのフェデレーション ID 資格情報をListsします。
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 パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
resource
|
path | True |
string |
ID が属するリソース グループの名前。 |
resource
|
path | True |
string |
ID リソースの名前。 |
subscription
|
path | True |
string |
ID が属するサブスクリプションの ID。 |
api-version
|
query | True |
string |
呼び出す API のバージョン。 |
$skiptoken
|
query |
string |
スキップ トークンは、操作によって部分的な結果が返された後もアイテムの取得を続行するために使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定する skipToken パラメーターが含まれます。 |
|
$top
|
query |
integer int32 |
返されるレコードの数。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK です。 指定したユーザー割り当て ID のフェデレーション ID 資格情報の一覧が取得され、正常に返されました。 |
|
Other Status Codes |
操作に失敗した理由を説明するエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
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'"
}
定義
名前 | 説明 |
---|---|
Cloud |
ManagedServiceIdentity サービスからのエラー応答。 |
Cloud |
ManagedServiceIdentity サービスからのエラー応答。 |
created |
リソースを作成した ID の種類。 |
Federated |
フェデレーション ID 資格情報について説明します。 |
Federated |
フェデレーション ID 資格情報の List 操作によって返される値。 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
CloudError
ManagedServiceIdentity サービスからのエラー応答。
名前 | 型 | 説明 |
---|---|---|
error |
エラーに関する追加の詳細の一覧。 |
CloudErrorBody
ManagedServiceIdentity サービスからのエラー応答。
名前 | 型 | 説明 |
---|---|---|
code |
string |
エラーの識別子。 |
details |
エラーに関する追加の詳細の一覧。 |
|
message |
string |
ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。 |
target |
string |
特定のエラーのターゲット。 たとえば、エラーが発生したプロパティの名前です。 |
createdByType
リソースを作成した ID の種類。
名前 | 型 | 説明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
FederatedIdentityCredential
フェデレーション ID 資格情報について説明します。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name |
string |
リソースの名前 |
properties.audiences |
string[] |
発行されたトークンに表示できる対象ユーザーの一覧。 |
properties.issuer |
string |
信頼する発行者の URL。 |
properties.subject |
string |
外部 ID の識別子。 |
systemData |
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。 |
|
type |
string |
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
FederatedIdentityCredentialsListResult
フェデレーション ID 資格情報の List 操作によって返される値。
名前 | 型 | 説明 |
---|---|---|
nextLink |
string |
結果の次のページを取得する URL (存在する場合)。 |
value |
一覧表示操作によって返されるフェデレーション ID 資格情報のコレクション。 |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |