Skip to content
DocsTry Aspire
DocsTry

IAppIdentityResource Properties

InterfaceProperties4 members
An Azure resource that represents an application's managed identity.
Gets the unique identifier for the application client associated with the managed identity.
public abstract BicepOutputReference ClientId { get; }
Gets the unique identifier for the managed identity resource.
public abstract BicepOutputReference Id { get; }
Gets the unique identifier for the security principal associated with the managed identity.
public abstract BicepOutputReference PrincipalId { get; }
Gets the name of the security principal associated with the managed identity.
public abstract BicepOutputReference PrincipalName { get; }