Share via


ArmApplicationManagedIdentity.UserAssignedIdentities Property

Definition

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}'.

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity> UserAssignedIdentities { get; }
member this.UserAssignedIdentities : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity>
Public ReadOnly Property UserAssignedIdentities As IDictionary(Of String, ArmApplicationUserAssignedIdentity)

Property Value

Applies to