Virtual Machine Key Vault Credential
data class VirtualMachineKeyVaultCredential(val keyVaultUrl: String, val name: String, val servicePrincipalName: String, val servicePrincipalSecret: String)
Properties
Link copied to clipboard
The Azure Key Vault url. Changing this forces a new resource to be created.
Link copied to clipboard
The service principal name to access key vault. Changing this forces a new resource to be created.
Link copied to clipboard
The service principal name secret to access key vault. Changing this forces a new resource to be created.