ManagedHsmPropertiesArgs

data class ManagedHsmPropertiesArgs(val createMode: Output<CreateMode>? = null, val enablePurgeProtection: Output<Boolean>? = null, val enableSoftDelete: Output<Boolean>? = null, val initialAdminObjectIds: Output<List<String>>? = null, val networkAcls: Output<MHSMNetworkRuleSetArgs>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val softDeleteRetentionInDays: Output<Int>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<ManagedHsmPropertiesArgs>

Properties of the managed HSM Pool

Constructors

Link copied to clipboard
fun ManagedHsmPropertiesArgs(createMode: Output<CreateMode>? = null, enablePurgeProtection: Output<Boolean>? = null, enableSoftDelete: Output<Boolean>? = null, initialAdminObjectIds: Output<List<String>>? = null, networkAcls: Output<MHSMNetworkRuleSetArgs>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, softDeleteRetentionInDays: Output<Int>? = null, tenantId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val createMode: Output<CreateMode>? = null

The create mode to indicate whether the resource is being created or is being recovered from a deleted resource.

Link copied to clipboard
val enablePurgeProtection: Output<Boolean>? = null

Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible.

Link copied to clipboard
val enableSoftDelete: Output<Boolean>? = null

Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. If it's not set to any value(true or false) when creating new managed HSM pool, it will be set to true by default. Once set to true, it cannot be reverted to false.

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

Array of initial administrators object ids for this managed hsm pool.

Link copied to clipboard
val networkAcls: Output<MHSMNetworkRuleSetArgs>? = null

Rules governing the accessibility of the key vault from specific network locations.

Link copied to clipboard
val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

Link copied to clipboard
val softDeleteRetentionInDays: Output<Int>? = null

softDelete data retention days. It accepts >=7 and <=90.

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

The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool.