CedarJson
A Cedar JSON string representation of the context needed to successfully evaluate an authorization request.
Example: {"cedarJson":"{\"<KeyName1>\": true, \"<KeyName2>\": 1234}" }
Inherited functions
Casts this ContextDefinition as a CedarJson and retrieves its kotlin.String value. Throws an exception if the ContextDefinition is not a CedarJson.
Casts this ContextDefinition as a CedarJson and retrieves its kotlin.String value. Returns null if the ContextDefinition is not a CedarJson.
Casts this ContextDefinition as a ContextMap and retrieves its kotlin.collections.Map
Casts this ContextDefinition as a ContextMap and retrieves its kotlin.collections.Map