Share via


DeletedVaultProperties Class

Properties of the deleted vault.

Constructor

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

Variables

Name Description
vault_id
str

The resource id of the original vault.

location
str

The location of the original vault.

deletion_date

The deleted date.

scheduled_purge_date

The scheduled purged date.

tags

Tags of the original vault.

purge_protection_enabled

Purge protection status of the original vault.

Attributes

deletion_date

The deleted date.

deletion_date: datetime | None

location

The location of the original vault.

location: str | None

purge_protection_enabled

Purge protection status of the original vault.

purge_protection_enabled: bool | None

scheduled_purge_date

The scheduled purged date.

scheduled_purge_date: datetime | None

tags

Tags of the original vault.

tags: dict[str, str] | None

vault_id

The resource id of the original vault.

vault_id: str | None