ServicePrincipalSecretAuthInfo interface
The authentication info when authType is servicePrincipal secret
- Extends
Properties
auth |
Polymorphic discriminator, which specifies the different types this object can be |
client |
ServicePrincipal application clientId for servicePrincipal auth. |
principal |
Principal Id for servicePrincipal auth. |
secret | Secret for servicePrincipal auth. |
Property Details
authType
Polymorphic discriminator, which specifies the different types this object can be
authType: "servicePrincipalSecret"
Property Value
"servicePrincipalSecret"
clientId
ServicePrincipal application clientId for servicePrincipal auth.
clientId: string
Property Value
string
principalId
Principal Id for servicePrincipal auth.
principalId: string
Property Value
string
secret
Secret for servicePrincipal auth.
secret: string
Property Value
string