Rule
Describes an Access Control Rule for OpenMetadata Metadata Operations. All non-null user (subject) and entity (object) attributes are evaluated with logical AND.
Properties
name
(string): Name of this Rule.fullyQualifiedName
: FullyQualifiedName in the formpolicyName.ruleName
. Refer to ../../../type/basic.json#/definitions/fullyQualifiedEntityName.description
: Description of the rule. Refer to ../../../type/basic.json#/definitions/markdown.effect
(string): Must be one of:["allow", "deny"]
.operations
(array): List of operation names related to theresources
. Use*
to include all the operations. Default:null
.- Items: Refer to resourceDescriptor.json#/definitions/operation.
resources
(array): Resources/objects related to this rule. Resources are typicallyentityTypes
such astable
,database
, etc. It also includesnon-entityType
resources such aslineage
. Use*
to include all the resources. Default:null
.- Items (string)
condition
: Expression in SpEL used for matching of aRule
based on entity, resource, and environmental attributes. Refer to ../../../type/basic.json#/definitions/expression.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.