antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DataPolicyRule

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | An identifier for a rule | 
**comment** | **String** |  | 
**clauses** | [**Vec<models::DataPolicyClause>**]DataPolicyClause.md |  | 
**effect** | [**models::DataPolicyRuleEffect**]DataPolicyRuleEffect.md |  | 
**token_scope** | Option<**String**> | if the effect is Tokenize, what scope to use for the token  | [optional]
**token_format** | Option<**String**> | if the effect 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]
**priority** | **i32** | This rule's priority. Lower priority numbers rules are evaluated first | 

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