CredentialServicePrincipalServicePrincipalKey

data class CredentialServicePrincipalServicePrincipalKey(val linkedServiceName: String, val secretName: String, val secretVersion: String? = null)

Constructors

constructor(linkedServiceName: String, secretName: String, secretVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Linked Service to use for the Service Principal Key.

Link copied to clipboard

The name of the Secret in the Key Vault.

Link copied to clipboard
val secretVersion: String? = null

The version of the Secret in the Key Vault.