ManagedHsmPropertiesResponse

data class ManagedHsmPropertiesResponse(val enablePurgeProtection: Boolean? = null, val enableSoftDelete: Boolean? = null, val hsmUri: String, val initialAdminObjectIds: List<String>? = null, val networkAcls: MHSMNetworkRuleSetResponse? = null, val privateEndpointConnections: List<MHSMPrivateEndpointConnectionItemResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val scheduledPurgeDate: String, val softDeleteRetentionInDays: Int? = null, val statusMessage: String, val tenantId: String? = null)

Properties of the managed HSM Pool

Constructors

Link copied to clipboard
fun ManagedHsmPropertiesResponse(enablePurgeProtection: Boolean? = null, enableSoftDelete: Boolean? = null, hsmUri: String, initialAdminObjectIds: List<String>? = null, networkAcls: MHSMNetworkRuleSetResponse? = null, privateEndpointConnections: List<MHSMPrivateEndpointConnectionItemResponse>, provisioningState: String, publicNetworkAccess: String? = null, scheduledPurgeDate: String, softDeleteRetentionInDays: Int? = null, statusMessage: String, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

The URI of the managed hsm pool for performing operations on keys.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

List of private endpoint connections associated with the managed hsm pool.

Link copied to clipboard

Provisioning state.

Link copied to clipboard

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

Link copied to clipboard

The scheduled purge date in UTC.

Link copied to clipboard

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

Link copied to clipboard

Resource Status Message.

Link copied to clipboard
val tenantId: String? = null

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