SoftDeleteSettingsResponse

data class SoftDeleteSettingsResponse(val enhancedSecurityState: String? = null, val softDeleteRetentionPeriodInDays: Int? = null, val softDeleteState: String? = null)

Soft delete Settings of vault

Constructors

Link copied to clipboard
constructor(enhancedSecurityState: String? = null, softDeleteRetentionPeriodInDays: Int? = null, softDeleteState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Soft delete retention period in days

Link copied to clipboard
val softDeleteState: String? = null