ServicePrincipalCertificateAuthInfo interface

The authentication info when authType is servicePrincipal certificate

Extends

Properties

authType

Polymorphic discriminator, which specifies the different types this object can be

certificate

ServicePrincipal certificate for servicePrincipal auth.

clientId

Application clientId for servicePrincipal auth.

principalId

Principal Id for servicePrincipal auth.

Property Details

authType

Polymorphic discriminator, which specifies the different types this object can be

authType: "servicePrincipalCertificate"

Property Value

"servicePrincipalCertificate"

certificate

ServicePrincipal certificate for servicePrincipal auth.

certificate: string

Property Value

string

clientId

Application clientId for servicePrincipal auth.

clientId: string

Property Value

string

principalId

Principal Id for servicePrincipal auth.

principalId: string

Property Value

string