| Description | : Gets the systemAssignedIdentity available under the specified RP scope. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "SystemAssignedIdentities_GetByScope",
"$parameters": [
{
"#name": "api-version",
"Description": {
"new": "The API version to use for this operation.",
"old": "Version of API to invoke."
}
},
{
"#name": "scope",
"Description": {
"new": "The fully qualified Azure Resource manager identifier of the resource.",
"old": "The resource provider scope of the resource. Parent resource being extended by Managed Identities."
}
}
],
"$responses": {
"200": {
"$properties": {
"properties": [
{
"#name": "clientSecretUrl",
"Description": {
"new": "The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.",
"old": " The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials."
}
}
]
}
}
}
}
⚼ Request
GET:
/{scope}/providers/Microsoft.ManagedIdentity/identities/default
{
api-version:
string
,
scope:
string
,
}
⚐ Response (200)
{
properties:
{
,
tenantId:
string
,
principalId:
string
,
clientId:
string
,
clientSecretUrl:
string
,
}
location:
string
,
tags:
object
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]