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 regions: List<MHSMGeoReplicatedRegionResponse>? = null, val scheduledPurgeDate: String, val securityDomainProperties: ManagedHSMSecurityDomainPropertiesResponse, val softDeleteRetentionInDays: Int? = null, val statusMessage: String, val tenantId: String? = null)

Properties of the managed HSM Pool

Constructors

Link copied to clipboard
constructor(enablePurgeProtection: Boolean? = null, enableSoftDelete: Boolean? = null, hsmUri: String, initialAdminObjectIds: List<String>? = null, networkAcls: MHSMNetworkRuleSetResponse? = null, privateEndpointConnections: List<MHSMPrivateEndpointConnectionItemResponse>, provisioningState: String, publicNetworkAccess: String? = null, regions: List<MHSMGeoReplicatedRegionResponse>? = null, scheduledPurgeDate: String, securityDomainProperties: ManagedHSMSecurityDomainPropertiesResponse, 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. Enabling this functionality is irreversible.

Link copied to clipboard

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

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 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

The scheduled purge date in UTC.

Link copied to clipboard

Managed HSM security domain properties.

Link copied to clipboard

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

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.