mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 09:22:18 +00:00
28 lines
786 B
Markdown
28 lines
786 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
|
|
- **name**
|
|
- Name that identifies this Rule.
|
|
- Type: `string`
|
|
- **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`
|
|
- Item Count: ≥ 1
|
|
- **Items**
|
|
- **enabled**
|
|
- Is the rule enabled.
|
|
- Type: `boolean`
|
|
- Default: _true_
|
|
|
|
|
|
_This document was updated on: Tuesday, December 14, 2021_ |