SoftDeleteSettingsArgs

data class SoftDeleteSettingsArgs(val softDeleteRetentionPeriodInDays: Output<Int>? = null, val softDeleteState: Output<Either<String, SoftDeleteState>>? = null) : ConvertibleToJava<SoftDeleteSettingsArgs>

Soft delete Settings of vault

Constructors

Link copied to clipboard
constructor(softDeleteRetentionPeriodInDays: Output<Int>? = null, softDeleteState: Output<Either<String, SoftDeleteState>>? = null)

Properties

Link copied to clipboard

Soft delete retention period in days

Link copied to clipboard
val softDeleteState: Output<Either<String, SoftDeleteState>>? = null

Functions

Link copied to clipboard
open override fun toJava(): SoftDeleteSettingsArgs