antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
# ReadContextConfigRule

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | An identifier for a rule | 
**match_expressions** | Option<[**Vec<models::ReadContextRuleMatchExpressionsInner>**]ReadContextRuleMatchExpressions_inner.md> | A list of expressions referencing the domainIdentity, readParameters and capsule/span tags. Each expression will be ANDed together, and ANDed with the factAssertions to determine if this rule activates.  | [optional]
**action** | **String** |  | 
**token_scope** | Option<**String**> | if the action is Tokenize, what scope to use for the token  | [optional]
**token_format** | Option<**String**> | if the action is Tokenize, what format should the token take. Explicit is of the form tk-xxxxxx and synthetic returns something that looks like the original data type (e.g. John Smith for a name) but is in fact a token  | [optional]
**facts** | Option<[**Vec<models::ReadContextRuleFactsInner>**]ReadContextRuleFacts_inner.md> | assert the existence or nonexistence of facts that reference the domainIdentity, tags and readParameters. These assertions will be ANDed together, and ANDed with the matchExpressions  | [optional]
**priority** | **i32** | This rule's priority. Lower priority numbers rules are evaluated first | 
**imported** | **bool** | This rule has been merged into a read context from another domain. Note that rules inside a read context that is entirely imported will not bear the imported flag. Only rules that  have been mapped into a domain's own read context will bear the imported flag  | 
**source_domain_id** | Option<**String**> | A globally unique identifier for a domain | [optional]
**source_domain_name** | Option<**String**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)