Skip to content
DocsTry Aspire
DocsTry

IAppIdentityResource

Interfacenet8.0
📦 Aspire.Hosting.Azure v13.4.0
An Azure resource that represents an application's managed identity.
namespace Aspire.Hosting.Azure;
public interface IAppIdentityResource
{
// ...
}
ClientIdabstractget
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.
View all properties