IdentityInfoUserAssignedIdentities Class

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}'. This property is currently not used and reserved for future usage.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IdentityInfoUserAssignedIdentitiesTypeConverter))]
public class IdentityInfoUserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IUserIdentityProperties>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IdentityInfoUserAssignedIdentitiesTypeConverter))>]
type IdentityInfoUserAssignedIdentities = class
    interface IIdentityInfoUserAssignedIdentities
    interface IJsonSerializable
    interface IAssociativeArray<IUserIdentityProperties>
Public Class IdentityInfoUserAssignedIdentities
Implements IAssociativeArray(Of IUserIdentityProperties), IIdentityInfoUserAssignedIdentities
Inheritance
IdentityInfoUserAssignedIdentities
Attributes
Implements

Applies to