Skip to main content

EdgeConfigAccessRestrictionsUserAgentGroup

A group of user-agent access restriction rules.

type EdgeConfigAccessRestrictionsUserAgentGroup {
createdAt: Date!
id: String!
notes: String!
rules: [EdgeConfigAccessRestrictionsUserAgentRule!]!
updatedAt: Date!
}

Fields

EdgeConfigAccessRestrictionsUserAgentGroup.createdAt ● Date! non-null scalar common

When the group was created.

EdgeConfigAccessRestrictionsUserAgentGroup.id ● String! non-null scalar common

The unique identifier for the group.

EdgeConfigAccessRestrictionsUserAgentGroup.notes ● String! non-null scalar common

Notes describing the group.

EdgeConfigAccessRestrictionsUserAgentGroup.rules ● [EdgeConfigAccessRestrictionsUserAgentRule!]! non-null object common

The matching rules included in the group.

EdgeConfigAccessRestrictionsUserAgentGroup.updatedAt ● Date! non-null scalar common

When the group was last updated.

Member Of

EdgeConfigAccessRestrictionsUserAgent object