Permit

class Permit

The permit definition specifying the authorized actions, resources, and time-window conditions for a support operator.

Types

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

Properties

Link copied to clipboard

The set of actions that the support operator is authorized to perform.

Link copied to clipboard

The time-window conditions that constrain when the permit is valid. Maximum of 2 conditions.

Link copied to clipboard

The set of resources that the support operator is authorized to act upon.

Functions

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