Flow Schema Spec Patch
data class FlowSchemaSpecPatch(val distinguisherMethod: FlowDistinguisherMethodPatch? = null, val matchingPrecedence: Int? = null, val priorityLevelConfiguration: PriorityLevelConfigurationReferencePatch? = null, val rules: List<PolicyRulesWithSubjectsPatch>? = null)
FlowSchemaSpec describes how the FlowSchema's specification looks like.
Constructors
Link copied to clipboard
fun FlowSchemaSpecPatch(distinguisherMethod: FlowDistinguisherMethodPatch? = null, matchingPrecedence: Int? = null, priorityLevelConfiguration: PriorityLevelConfigurationReferencePatch? = null, rules: List<PolicyRulesWithSubjectsPatch>? = null)
Types
Properties
Link copied to clipboard
matchingPrecedence
is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.