rules property

Describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.

Implementation

final List<PolicyRulesWithSubjects>? rules;