Skip to content
Docs Try Aspire

IAppIdentityResource Properties

Interface Properties 4 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; }