Role

class Role

The role associated with the user.

Types

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

Properties

Link copied to clipboard

A Boolean value representing whether this is the primary role for the associated resource.

Link copied to clipboard
val type: String?

A string representing the type of role. For example, "Work."

Link copied to clipboard

A string containing a role name. For example, "Researcher."

Functions

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