AssessmentValidation

Contains information about a specific validation test performed during a directory assessment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of the validation test.

Link copied to clipboard

The date and time when the validation test was completed or last updated.

Link copied to clipboard
val name: String?

The name of the specific validation test performed within the category.

Link copied to clipboard

The date and time when the validation test was started.

Link copied to clipboard

The result status of the validation test. Valid values include SUCCESS, FAILED, PENDING, and IN_PROGRESS.

Link copied to clipboard

A detailed status code providing additional information about the validation result.

Link copied to clipboard

A human-readable description of the validation result, including any error details or recommendations.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String