Share via


IAppIdentityResource Interface

Definition

An Azure resource that represents an application's managed identity.

public interface IAppIdentityResource
type IAppIdentityResource = interface
Public Interface IAppIdentityResource
Derived

Properties

ClientId

Gets the unique identifier for the application client associated with the managed identity.

Id

Gets the unique identifier for the managed identity resource.

PrincipalId

Gets the unique identifier for the security principal associated with the managed identity.

PrincipalName

Gets the name of the security principal associated with the managed identity.

Applies to