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. Empty when the org has no row yet (default representation).
- 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 ยท User
_by User who last updated the policy. Omitted when the row has never been edited or when the edit originated from an org key.
- objectType: string
Resource type identifier
- idType: string
Unique identifier for the user
- emailType: string
User's email address
- firstType: string
_name User's first name
- lastType: string
_name User's last name
- avatarType: string
_url URL to user's avatar image
- mfaType: boolean
_enabled Whether MFA is enabled for this user
- createdType: string
_at When the user was created
- updatedType: string
_at When the user was last updated
- lastType: string
_login _at When the user last successfully authenticated anywhere (global across all orgs; nil if never). For per-org login recency, see the membership resource's last_login_at.
- lastType: string
_active _at When the user last made an authenticated request anywhere (global across all orgs; debounced ~1 minute, nil if never). For per-org activity recency, see the membership resource's last_active_at.
- createdType: string
_at When the policy row was created. Empty for the default representation.
- updatedType: string
_at When the policy row was last updated. Empty for the default representation.