mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-30 20:59:57 +00:00
19 lines
621 B
Markdown
19 lines
621 B
Markdown
# 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
|
|
- **filters** `required`
|
|
- $ref: [filters.json#/definitions/filters](filters.md#filters)
|
|
- **actions** `required`
|
|
- A set of access control enforcements to take on the entities.
|
|
- Type: `array`
|
|
- **Items**
|
|
|
|
_This document was updated on: Thursday, December 9, 2021_ |