ServicePrincipalCertificateAuthInfo interface
The authentication info when authType is servicePrincipal certificate
- Extends
Properties
auth |
Polymorphic discriminator, which specifies the different types this object can be |
certificate | ServicePrincipal certificate for servicePrincipal auth. |
client |
Application clientId for servicePrincipal auth. |
principal |
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