EntityList

data class EntityList(val value: List<EntityItem>) : EntitiesDefinition

An array of entities that are needed to successfully evaluate an authorization request. Each entity in this array must include an identifier for the entity, the attributes of the entity, and a list of any parent entities.

Constructors

Link copied to clipboard
constructor(value: List<EntityItem>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this EntitiesDefinition as a EntityList and retrieves its List value. Throws an exception if the EntitiesDefinition is not a EntityList.

Link copied to clipboard

Casts this EntitiesDefinition as a EntityList and retrieves its List value. Returns null if the EntitiesDefinition is not a EntityList.