Object GitHub::IpAllowListEntry
An IP address or range of addresses that is allowed to access an owner's resources.
Fields
allowListValue: String!
A single IP address or range of IP addresses in CIDR notation.
createdAt: DateTime!
Identifies the date and time when the object was created.
id: ID!
isActive: Boolean!
Whether the entry is currently active.
name: String
The name of the IP allow list entry.
owner: IpAllowListOwner!
The owner of the IP allow list entry.
updatedAt: DateTime!
Identifies the date and time when the object was last updated.