CredentialServicePrincipalServicePrincipalKeyArgs

data class CredentialServicePrincipalServicePrincipalKeyArgs(val linkedServiceName: Output<String>, val secretName: Output<String>, val secretVersion: Output<String>? = null) : ConvertibleToJava<CredentialServicePrincipalServicePrincipalKeyArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val secretName: Output<String>

The name of the Secret in the Key Vault.

Link copied to clipboard
val secretVersion: Output<String>? = null

The version of the Secret in the Key Vault.

Functions

Link copied to clipboard
open override fun toJava(): CredentialServicePrincipalServicePrincipalKeyArgs