You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
1615
1625
}
1616
1626
},
1617
1627
"description": "Identity for the resource."
1618
1628
},
1629
+
"userAssignedResourceIdentity": {
1630
+
"properties": {
1631
+
"principalId": {
1632
+
"readOnly": true,
1633
+
"type": "string",
1634
+
"description": "The principal id of user assigned identity."
1635
+
},
1636
+
"tenantId": {
1637
+
"readOnly": true,
1638
+
"type": "string",
1639
+
"description": "The tenant id of user assigned identity."
1640
+
}
1641
+
},
1642
+
"description": "Represents the user assigned identity that is contained within the UserAssignedIdentities dictionary on ResourceIdentity"
0 commit comments