2021-12-09 18:19:32 +05:30
|
|
|
# AccessControlRule
|
|
|
|
|
|
|
|
Describes an entity Access Control Rule used within a Policy.
|
|
|
|
|
|
|
|
**$id:** [**https://open-metadata.org/schema/entity/data/policies/accessControl/rule.json**](https://open-metadata.org/schema/entity/policies/accessControl/rule.json)
|
|
|
|
|
|
|
|
Type: `object`
|
|
|
|
|
|
|
|
This schema <u>does not</u> accept additional properties.
|
|
|
|
|
|
|
|
## Properties
|
2021-12-14 15:26:34 +05:30
|
|
|
- **name**
|
|
|
|
- Name that identifies this Rule.
|
|
|
|
- Type: `string`
|
|
|
|
- **filters** `required`
|
2021-12-09 18:19:32 +05:30
|
|
|
- $ref: [filters.json#/definitions/filters](filters.md#filters)
|
|
|
|
- **actions** `required`
|
|
|
|
- A set of access control enforcements to take on the entities.
|
|
|
|
- Type: `array`
|
2021-12-14 15:26:34 +05:30
|
|
|
- Item Count: ≥ 1
|
2021-12-09 18:19:32 +05:30
|
|
|
- **Items**
|
2021-12-14 15:26:34 +05:30
|
|
|
- **enabled**
|
|
|
|
- Is the rule enabled.
|
|
|
|
- Type: `boolean`
|
|
|
|
- Default: _true_
|
|
|
|
|
|
|
|
|
|
|
|
_This document was updated on: Tuesday, December 14, 2021_
|