ConfigurationCheckOperation

Represents a configuration check operation that has been executed against an application.

Types

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

Properties

Link copied to clipboard

The ID of the application against which the configuration check was performed.

Link copied to clipboard

A description of the configuration check that was performed.

Link copied to clipboard

The unique identifier of the configuration check that was performed.

Link copied to clipboard

The name of the configuration check that was performed.

Link copied to clipboard

The time at which the configuration check operation completed.

Link copied to clipboard
val id: String?

The unique identifier of the configuration check operation.

Link copied to clipboard

A summary of all the rule results, showing counts for each status type.

Link copied to clipboard

The time at which the configuration check operation started.

Link copied to clipboard

The current status of the configuration check operation.

Link copied to clipboard

A message providing additional details about the status of the configuration check operation.

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