ServicePrincipalCredential interface
Service principal credential.
- Extends
Properties
| service |
The app ID of the service principal used to authenticate |
| service |
The key of the service principal used to authenticate. |
| tenant | The ID of the tenant to which the service principal belongs |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| annotations | List of tags that can be used for describing the Credential. |
| description | Credential description. |
Property Details
servicePrincipalId
The app ID of the service principal used to authenticate
servicePrincipalId?: any
Property Value
any
servicePrincipalKey
The key of the service principal used to authenticate.
servicePrincipalKey?: AzureKeyVaultSecretReference
Property Value
tenant
The ID of the tenant to which the service principal belongs
tenant?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ServicePrincipal"
Property Value
"ServicePrincipal"
Inherited Property Details
annotations
List of tags that can be used for describing the Credential.
annotations?: any[]
Property Value
any[]
Inherited From Credential.annotations
description
Credential description.
description?: string
Property Value
string
Inherited From Credential.description