Metadata operator definition.
Schema descriptor used by metadata policy validation and application.
Readonlykey: TKeyThe key of the operator which is used to identify the operator
ReadonlymergeStrategy: MetadataMergeStrategyThe merge strategy of the operator
Readonlyoperator: MetadataOperator<TKey>The operator itself
ReadonlyoperatorSchema: ZodOptional<ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>>The schema for the operator itself so for essential it is only a boolean
ReadonlyorderOfApplication: MetadataOrderOfApplicationThe order of application of the operator
ReadonlyparameterSchema: ZodOptional<ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>>The schema for the parameter the operator can be applied to so when the policy is targeting federation_entity we can check if the policy can handle that property
Converts a metadata operator definition into the policy operator schema shape.