Share via


ContainerRegistryTaskIdentityProperties.UserAssignedIdentities Property

Definition

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

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

Property Value

Applies to