# NewDomainPolicyRule
## Properties
**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)