OrgIPPolicy
Per-org IP allowlist policy: mode and the canonical CIDR list applied to authenticated requests.
- objectType: string
Resource type identifier
- idType: string
Unique identifier for the policy.
- orgType: string
_id Organization this policy belongs to
- modeType: string
Enforcement mode:
disabledskips evaluation,enforcerejects off-list requests,dry_runallows them but emits an audit event. - allowlistType: array string[]
Canonical, deduplicated CIDR list. Bare IPs submitted on PATCH are stored as
/32(IPv4) or/128(IPv6). - updatedType: object · Actor
_by Actor (session user, personal API key, or org API key) that last updated the policy. Omitted for the never-seeded defensive fallback row.
- objectType: string
Resource type identifier
- methodType: string
Principal class. One of
session,personal_key,org_key,system. - userType: object · User
Full user profile. Populated for
sessionandpersonal_key(the key owner) when the user row is resolvable; null fororg_keyandsystem, and also null when the user row was deleted after the attribution was recorded. - personalType: object · ActorPersonalKey
_key Personal API key pointer. Populated only for
personal_key. - orgType: object · ActorOrgKey
_key Org API key pointer. Populated only for
org_key.
- createdType: string
_at When the policy row was created.
- updatedType: string
_at When the policy row was last updated.