public static interface ContextDefinition.Builder extends SdkPojo, CopyableBuilder<ContextDefinition.Builder,ContextDefinition>
| Modifier and Type | Method and Description |
|---|---|
ContextDefinition.Builder |
contextMap(Map<String,AttributeValue> contextMap)
An list of attributes that are needed to successfully evaluate an authorization request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContextDefinition.Builder contextMap(Map<String,AttributeValue> 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: "Context":{"<KeyName1>":{"boolean":true},"<KeyName2>":{"long":1234}}
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: "Context":{"<KeyName1>":{"boolean":true},"<KeyName2>":{"long":1234}}
Copyright © 2023. All rights reserved.