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
# NewDomainPolicyRule

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**domain_identity** | Option<[**models::CapabilityRule**]CapabilityRule.md> |  | [optional]
**facts** | Option<[**Vec<models::FactPolicyRulesInner>**]FactPolicyRules_inner.md> | assert the existence or nonexistence of facts that reference the domainIdentity. These assertions will be ANDed together, and ANDed with the domainIdentity expression  | [optional]
**path** | **String** | the path this rule governs. This pattern may contain glob expressions (e.g. '*' and '**').  | 
**operation** | [**models::PolicyRuleOperation**]PolicyRuleOperation.md |  | 
**result** | [**models::PolicyRuleResult**]PolicyRuleResult.md |  | 
**priority** | **i32** | This rule's priority. Lower priority numbers rules are evaluated first | 
**disabled** | **bool** | If this rule is disabled or not. | 

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