ContextMap
An list of attributes that are needed to successfully evaluate an authorization request. Each attribute in this array must include a map of a data type and its value.
Example: "contextMap":{"<KeyName1>":{"boolean":true},"<KeyName2>":{"long":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