Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServicePrincipalInKeyVaultDatasourceCredential

Package version

Service Principal in KeyVault Datasource Credential

Hierarchy

Index

Properties

Optional description

description: undefined | string

Description of data source credential

Optional id

id: undefined | string

Unique id of data source credential NOTE: This property will not be serialized. It can only be populated by the server.

keyVaultClientId

keyVaultClientId: string

The Client Id to access the Key Vault.

keyVaultClientSecret

keyVaultClientSecret: string

The Client Secret to access the Key Vault.

keyVaultEndpoint

keyVaultEndpoint: string

The Key Vault endpoint that storing the service principal.

name

name: string

Name of data source credential

servicePrincipalIdNameInKV

servicePrincipalIdNameInKV: string

The secret name of the service principal's client Id in the Key Vault.

servicePrincipalSecretNameInKV

servicePrincipalSecretNameInKV: string

The secret name of the service principal's client secret in the Key Vault.

tenantId

tenantId: string

The tenant id of your service principal.

type

type: "ServicePrincipalInKV"

Service Principal in KeyVault Datasource Credential

Generated using TypeDoc