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}}

Constructors

Link copied to clipboard
constructor(value: Map<String, AttributeValue>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ContextDefinition as a ContextMap and retrieves its Map value. Throws an exception if the ContextDefinition is not a ContextMap.

Link copied to clipboard

Casts this ContextDefinition as a ContextMap and retrieves its Map value. Returns null if the ContextDefinition is not a ContextMap.