Skip to main content

nexla_sdk.models.access.responses

Classes

OrgAccessorResponse

Defined in nexla_sdk/models/access/responses.py:30

Response model for ORG type accessor.

Fields:

  • type: Literal
  • id: Optional — Unique ID of the organization
  • client_identifier: Optional — Client identifier for the organization
  • email_domain: Optional — Email domain for the organization
  • access_roles: List — List of access roles
  • created_at: Optional — Creation timestamp
  • updated_at: Optional — Last update timestamp

TeamAccessorResponse

Defined in nexla_sdk/models/access/responses.py:20

Response model for TEAM type accessor.

Fields:

  • type: Literal
  • id: Optional — Unique ID of the team
  • name: Optional — Name of the team
  • access_roles: List — List of access roles
  • created_at: Optional — Creation timestamp
  • updated_at: Optional — Last update timestamp

UserAccessorResponse

Defined in nexla_sdk/models/access/responses.py:9

Response model for USER type accessor.

Fields:

  • type: Literal
  • id: Optional — Unique ID of the user
  • email: Optional — Email of the user
  • org_id: Optional — Organization ID for cross-org access
  • access_roles: List — List of access roles
  • created_at: Optional — Creation timestamp
  • updated_at: Optional — Last update timestamp