Delegate

class Delegate

The name of the attribute, which is one of the values defined in the UserAttribute enumeration.

Types

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

Properties

Link copied to clipboard
val id: String

The identifier for the user or group associated as the resource's delegate.

Link copied to clipboard

The type of the delegate: user or group.

Functions

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