parentEntity property

String? parentEntity
getter/setter pair

The rule should be applied to entities whose parent entity (fully qualified name) matches the given value.

For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)

Optional.

Implementation

core.String? parentEntity;