Share via


DeletedManagedHsmProperties Class

Properties of the deleted managed HSM.

Constructor

DeletedManagedHsmProperties(*args: Any, **kwargs: Any)

Variables

Name Description
mhsm_id
str

The resource id of the original managed HSM.

location
str

The location of the original managed HSM.

deletion_date

The deleted date.

scheduled_purge_date

The scheduled purged date.

purge_protection_enabled

Purge protection status of the original managed HSM.

tags

Tags of the original managed HSM.

Attributes

deletion_date

The deleted date.

deletion_date: datetime | None

location

The location of the original managed HSM.

location: str | None

mhsm_id

The resource id of the original managed HSM.

mhsm_id: str | None

purge_protection_enabled

Purge protection status of the original managed HSM.

purge_protection_enabled: bool | None

scheduled_purge_date

The scheduled purged date.

scheduled_purge_date: datetime | None

tags

Tags of the original managed HSM.

tags: dict[str, str] | None