AssessmentSummary

Contains summary information about a directory assessment, providing a high-level overview without detailed validation results.

Types

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

Properties

Link copied to clipboard

The unique identifier of the directory assessment.

Link copied to clipboard

The IP addresses of the DNS servers or domain controllers in your self-managed AD environment.

Link copied to clipboard

The identifier of the directory associated with this assessment.

Link copied to clipboard

The fully qualified domain name (FQDN) of the Active Directory domain being assessed.

Link copied to clipboard

The date and time when the assessment status was last updated.

Link copied to clipboard

The type of assessment report generated. Valid values include CUSTOMER and SYSTEM.

Link copied to clipboard

The date and time when the assessment was initiated.

Link copied to clipboard

The current status of the assessment. Valid values include SUCCESS, FAILED, PENDING, and IN_PROGRESS.

Functions

Link copied to clipboard
inline fun copy(block: AssessmentSummary.Builder.() -> Unit = {}): AssessmentSummary
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