EntityIdentifier

Contains the identifier of an entity, including its ID and type.

This data type is used as a request parameter for IsAuthorized operation, and as a response parameter for the CreatePolicy, GetPolicy, and UpdatePolicy operations.

Example: {"entityId":"<i>string</i>","entityType":"<i>string</i>"}

Types

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

Properties

Link copied to clipboard

The identifier of an entity.

Link copied to clipboard

The type of an entity.

Functions

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