ContextDefinition
Contains additional details about the context of the request. Verified Permissions evaluates this information in an authorization request as part of the when
and unless
clauses in a policy.
This data type is used as a request parameter for the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.
Example: "context":{"contextMap":{"<KeyName1>":{"boolean":true},"<KeyName2>":{"long":1234}}}
Inheritors
Types
Functions
Link copied to clipboard
Casts this ContextDefinition as a ContextMap and retrieves its Map
Link copied to clipboard
Casts this ContextDefinition as a ContextMap and retrieves its Map