OBJECT
IpInfo
Description
Information about an entry in the IP allowlist.
link GraphQL Schema definition
- type IpInfo {
- # Whether the entry contains the user's current IP address.
- : Boolean!
- # The timestamp for when the entry was first created.
- : DateTime!
- # Description of the entry.
- : String!
- # ID of the entry.
- : Long!
- # The IP address/range/subnet of the entry.
- : String!
- # Whether the entry is inherited from the global IP allowlist.
- : Boolean!
- # The timestamp for when the entry was last updated.
- : DateTime!
- }