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