Get Key Vault Result
data class GetKeyVaultResult(val accessPolicies: List<GetKeyVaultAccessPolicy>, val enableRbacAuthorization: Boolean, val enabledForDeployment: Boolean, val enabledForDiskEncryption: Boolean, val enabledForTemplateDeployment: Boolean, val id: String, val location: String, val name: String, val networkAcls: List<GetKeyVaultNetworkAcl>, val publicNetworkAccessEnabled: Boolean, val purgeProtectionEnabled: Boolean, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>, val tenantId: String, val vaultUri: String)
A collection of values returned by getKeyVault.
Constructors
Link copied to clipboard
constructor(accessPolicies: List<GetKeyVaultAccessPolicy>, enableRbacAuthorization: Boolean, enabledForDeployment: Boolean, enabledForDiskEncryption: Boolean, enabledForTemplateDeployment: Boolean, id: String, location: String, name: String, networkAcls: List<GetKeyVaultNetworkAcl>, publicNetworkAccessEnabled: Boolean, purgeProtectionEnabled: Boolean, resourceGroupName: String, skuName: String, tags: Map<String, String>, tenantId: String, vaultUri: String)
Properties
Link copied to clipboard
One or more access_policy
blocks as defined below.
Link copied to clipboard
Can Azure Virtual Machines retrieve certificates stored as secrets from the Key Vault?
Link copied to clipboard
Can Azure Disk Encryption retrieve secrets from the Key Vault?
Link copied to clipboard
Can Azure Resource Manager retrieve secrets from the Key Vault?
Link copied to clipboard
Is Role Based Access Control (RBAC) for authorization of data actions enabled on this Key Vault?
Link copied to clipboard
Link copied to clipboard
Is public network access enabled on this Key Vault?
Link copied to clipboard
Is purge protection enabled on this Key Vault?
Link copied to clipboard