EdgeConfigAccessRestrictionsIpGroup
A group of IP access restriction rules.
type EdgeConfigAccessRestrictionsIpGroup {
createdAt: Date!
id: String!
ips: [String]!
notes: String!
updatedAt: Date!
}
Fields
EdgeConfigAccessRestrictionsIpGroup.createdAt ● Date! non-null scalar common
When the group was created.
EdgeConfigAccessRestrictionsIpGroup.id ● String! non-null scalar common
The unique identifier for the group.
EdgeConfigAccessRestrictionsIpGroup.ips ● [String]! non-null scalar common
The IPs included in the group.
EdgeConfigAccessRestrictionsIpGroup.notes ● String! non-null scalar common
Notes describing the group.
EdgeConfigAccessRestrictionsIpGroup.updatedAt ● Date! non-null scalar common
When the group was last updated.