DataSourceServicePrincipalInKeyVaultPatch interface      
Service Principal in KeyVault DataSource Credential Patch
Properties
| description | Description of data source credential | 
| key | The Client Id to access the Key Vault. | 
| key | The Client Secret to access the Key Vault. | 
| key | The Key Vault endpoint that storing the service principal. | 
| name | Name of data source credential | 
| service | The secret name of the service principal's client Id in the Key Vault. | 
| service | The secret name of the service principal's client secret in the Key Vault. | 
| tenant | The tenant id of your service principal. | 
| type | Service Principal in KeyVault DataSource Credential | 
Property Details
description
Description of data source credential
description?: stringProperty Value
string
		keyVaultClientId
	   
	The Client Id to access the Key Vault.
keyVaultClientId?: stringProperty Value
string
		keyVaultClientSecret
	   
	The Client Secret to access the Key Vault.
keyVaultClientSecret?: stringProperty Value
string
		keyVaultEndpoint
	  
	The Key Vault endpoint that storing the service principal.
keyVaultEndpoint?: stringProperty Value
string
name
Name of data source credential
name?: stringProperty Value
string
		servicePrincipalIdNameInKV
	   
	The secret name of the service principal's client Id in the Key Vault.
servicePrincipalIdNameInKV?: stringProperty Value
string
		servicePrincipalSecretNameInKV
	    
	The secret name of the service principal's client secret in the Key Vault.
servicePrincipalSecretNameInKV?: stringProperty Value
string
		tenantId
	 
	The tenant id of your service principal.
tenantId?: stringProperty Value
string
type
Service Principal in KeyVault DataSource Credential
type: "ServicePrincipalInKV"Property Value
"ServicePrincipalInKV"