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 regions: Output<List<MHSMGeoReplicatedRegionArgs>>? = null, val softDeleteRetentionInDays: Output<Int>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<ManagedHsmPropertiesArgs>

Properties of the managed HSM Pool

Constructors

Link copied to clipboard
constructor(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, regions: Output<List<MHSMGeoReplicatedRegionArgs>>? = null, softDeleteRetentionInDays: Output<Int>? = null, tenantId: Output<String>? = null)

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. 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. Soft delete is enabled by default for all managed HSMs and is immutable.

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 to the managed HSM from public networks.

Link copied to clipboard

List of all regions associated with the managed hsm pool.

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

Soft deleted data retention days. When you delete an HSM or a key, it will remain recoverable for the configured retention period or for a default period of 90 days. It accepts values between 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.

Functions

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