Skip to content
Docs Try Aspire

AzureUserAssignedIdentityResource Properties

Class Properties 5 members
An Azure Provisioning resource that represents an Azure user assigned managed identity.
The client ID of the user assigned identity.
public BicepOutputReference ClientId { get; }
The identifier associated with the user assigned identity.
public BicepOutputReference Id { get; }
The name of the user assigned identity.
public BicepOutputReference NameOutputReference { get; }
The principal ID of the user assigned identity.
public BicepOutputReference PrincipalId { get; }
The principal name of the user assigned identity.
public BicepOutputReference PrincipalName { get; }