ValidationFinding

A validation finding from a cloud connector validation check.

Types

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

Properties

Link copied to clipboard

A code that identifies the specific validation finding.

Link copied to clipboard

A message that describes the validation finding.

Link copied to clipboard

A message from the third-party cloud provider related to the validation finding.

Link copied to clipboard

The scope of the validation finding, identifying the specific resource affected.

Link copied to clipboard

The type of the validation finding.

Functions

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