Key Vault Args
constructor(accessPolicies: Output<List<KeyVaultAccessPolicyArgs>>? = null, contacts: Output<List<KeyVaultContactArgs>>? = null, enableRbacAuthorization: Output<Boolean>? = null, enabledForDeployment: Output<Boolean>? = null, enabledForDiskEncryption: Output<Boolean>? = null, enabledForTemplateDeployment: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, networkAcls: Output<KeyVaultNetworkAclsArgs>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, purgeProtectionEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, skuName: Output<String>? = null, softDeleteRetentionDays: Output<Int>? = null, tags: Output<Map<String, String>>? = null, tenantId: Output<String>? = null)