identities
Describe a Managed Identity
Describe a Managed Identity in an organization.
get/identities/{managedIdentityId}
Path parameters
managedIdentityIdinteger required
Managed Identity numeric identifier
Query parameters
orgIdinteger
Organization numeric identifier
Response
OK
Example response
{
"config": {
"forge": {
"bootDiskSizeGB": 100,
"headPool": {
"bootDiskSizeGB": 100
},
"workerPool": {
"bootDiskSizeGB": 100
}
},
"headJobCpus": 1,
"headJobMemoryMb": 4096,
"jobMaxWallClockTime": "7d",
"subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRg/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet"
}
}