Skip to main content

EdgeConfigAccessRestrictionsUserAgentRule

A single user-agent access restriction rule.

type EdgeConfigAccessRestrictionsUserAgentRule {
operator: EdgeConfigAccessRestrictionsUserAgentOperator!
value: String!
}

Fields

EdgeConfigAccessRestrictionsUserAgentRule.operator ● EdgeConfigAccessRestrictionsUserAgentOperator! non-null enum common

The operator used to match the user agent.

EdgeConfigAccessRestrictionsUserAgentRule.value ● String! non-null scalar common

The value to compare the user agent against.

Member Of

EdgeConfigAccessRestrictionsUserAgentGroup object