GetAccountDeletionCheckTaskResult

data class GetAccountDeletionCheckTaskResult(val abandonAbleChecks: List<GetAccountDeletionCheckTaskAbandonAbleCheck>, val accountId: String, val allowDelete: Boolean, val id: String, val notAllowReasons: List<GetAccountDeletionCheckTaskNotAllowReason>, val status: String)

A collection of values returned by getAccountDeletionCheckTask.

Constructors

Link copied to clipboard
constructor(abandonAbleChecks: List<GetAccountDeletionCheckTaskAbandonAbleCheck>, accountId: String, allowDelete: Boolean, id: String, notAllowReasons: List<GetAccountDeletionCheckTaskNotAllowReason>, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The check items that you can choose to ignore for the member deletion. Each element contains the following attributes:

Link copied to clipboard
Link copied to clipboard

Indicates whether the member can be deleted.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The reasons why the member cannot be deleted. Each element contains the following attributes:

Link copied to clipboard

The status of the check.