CloudServiceVaultAndSecretReferenceArgs

data class CloudServiceVaultAndSecretReferenceArgs(val secretUrl: Output<String>? = null, val sourceVault: Output<SubResourceArgs>? = null) : ConvertibleToJava<CloudServiceVaultAndSecretReferenceArgs>

Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.

Constructors

Link copied to clipboard
constructor(secretUrl: Output<String>? = null, sourceVault: Output<SubResourceArgs>? = null)

Properties

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

Secret URL which contains the protected settings of the extension

Link copied to clipboard
val sourceVault: Output<SubResourceArgs>? = null

The ARM Resource ID of the Key Vault

Functions

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