Class AzureServicePrincipal

Azure service principal credentials for Microsoft Entra ID authentication

Export

AzureServicePrincipal

Constructors

Properties

clientCertificate?: string

PEM-encoded client certificate and private key of the Azure service principal. Newline symbols must be preserved.

Memberof

AzureServicePrincipal

clientId?: string

Client ID of the Azure service principal (required)

Memberof

AzureServicePrincipal

clientSecret?: string

Client secret of the Azure service principal

Memberof

AzureServicePrincipal

tenantId?: string

Tenant ID (Directory ID) of the Azure service principal (required)

Memberof

AzureServicePrincipal