Skip to content
OpenAppPhysical access, simplified
Login

Own-apartment doors only

Type
restrict_to_own_apartment_doors
Category
Invitations
Enforced at
Authoring-time
Tiers
OrgIntegrationDevice
Enforcement
Enforce
Default
Not configured — invitations may grant any portal the author can otherwise share.

Every granted portal must be a door the author can open as a resident of an allowed apartment. Org and integration admins are exempt unless applies_to includes them. Sites with no apartments (including PalGate-only) fail this check for residents.

When it is enforced

Evaluated when someone creates or updates an invitation, hold, or share. Requests that would exceed the limit are rejected — they are not silently rewritten.

Where to set it

Settings → Policies (org), the integration Policies tab, or — on PalGate — the device steward Policies tab.

Policies never grant access. See thepolicies architecture guidefor how org, integration, and device tiers combine.

Arguments

The config object on create/update. Shared row fieldsenforcement (enforce, require_approval,audit_only) and enabled apply to every type;audit_only and disabled rows never block.

NameTypeRequiredValuesDescription
applies_tostring or string[]No
agentapi_keyinvitationmemberresidentadminall
Principal kinds this row binds. Closed set: agent, api_key, invitation, member, resident, admin, all. Unknown strings and empty arrays are rejected. `all` matches every kind. When omitted, the type-specific default applies (see Default). Device-tier rows without `applies_to` often bind everyone, including admins. Default: Type-specific; org/integration rows often bind residents, not generic members.
outputstring or integerNoOptional channel or output id. When set, the policy binds only that output. When omitted, it binds every output of the tier target. A scoped row does not apply when the acting output is unknown.

How overlapping rows combine

Boolean OR across applicable enforcing rows.

Example

A resident can invite a guest to their apartment door, but not to a neighbor’s door or the building master door.

config
{}

Integrations

This type is documented on these connectors:

The OpenAPI contract names this object InvitationAuthoringPolicyConfig:

{
"applies_to": ["resident"]
}

Only the optional applies_to and output scope fields are accepted; {} is valid. When enabled, every granted door must be one the author can open as a resident.