CedarJson
A Cedar JSON string representation of the entities needed to successfully evaluate an authorization request.
Example: {"cedarJson": "[{\"uid\":{\"type\":\"Photo\",\"id\":\"VacationPhoto94.jpg\"},\"attrs\":{\"accessLevel\":\"public\"},\"parents\":[]}]"}
Inherited functions
Casts this EntitiesDefinition as a CedarJson and retrieves its kotlin.String value. Throws an exception if the EntitiesDefinition is not a CedarJson.
Casts this EntitiesDefinition as a CedarJson and retrieves its kotlin.String value. Returns null if the EntitiesDefinition is not a CedarJson.
Casts this EntitiesDefinition as a EntityList and retrieves its kotlin.collections.List
Casts this EntitiesDefinition as a EntityList and retrieves its kotlin.collections.List