IAppIdentityResource
Interface net8.0
An Azure resource that represents an application's managed identity.
namespace Aspire.Hosting.Azure;
public interface IAppIdentityResource{ // ...}Properties4
Section titled PropertiesClientIdabstractget Gets the unique identifier for the application client associated with the managed identity.
Idabstractget Gets the unique identifier for the managed identity resource.
PrincipalIdabstractget Gets the unique identifier for the security principal associated with the managed identity.
PrincipalNameabstractget Gets the name of the security principal associated with the managed identity.