NamedValueValueFromKeyVaultArgs

data class NamedValueValueFromKeyVaultArgs(val identityClientId: Output<String>? = null, val secretId: Output<String>) : ConvertibleToJava<NamedValueValueFromKeyVaultArgs>

Constructors

Link copied to clipboard
constructor(identityClientId: Output<String>? = null, secretId: Output<String>)

Properties

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

The client ID of User Assigned Identity, for the API Management Service, which will be used to access the key vault secret. The System Assigned Identity will be used in absence.

Link copied to clipboard
val secretId: Output<String>

The resource ID of the Key Vault Secret.

Functions

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