VaultPropertiesArgs

constructor(accessPolicies: Output<List<AccessPolicyEntryArgs>>? = null, createMode: Output<CreateMode>? = null, enablePurgeProtection: Output<Boolean>? = null, enableRbacAuthorization: Output<Boolean>? = null, enableSoftDelete: Output<Boolean>? = null, enabledForDeployment: Output<Boolean>? = null, enabledForDiskEncryption: Output<Boolean>? = null, enabledForTemplateDeployment: Output<Boolean>? = null, networkAcls: Output<NetworkRuleSetArgs>? = null, publicNetworkAccess: Output<String>? = null, sku: Output<SkuArgs>, softDeleteRetentionInDays: Output<Int>? = null, tenantId: Output<String>)