Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 6.08 KB

organizationdomain.md

File metadata and controls

20 lines (16 loc) · 6.08 KB

OrganizationDomain

An organization domain

Fields

Field Type Required Description
id Optional[str] Unique identifier for the organization domain
object Optional[models.OrganizationDomainObject] String representing the object's type. Objects of the same type share the same value. Always organization_domain
organization_id Optional[str] Unique identifier for the organization
name Optional[str] Name of the organization domain
enrollment_mode Optional[models.EnrollmentMode] Mode of enrollment for the domain
affiliation_email_address OptionalNullable[str] Affiliation email address for the domain, if available.
verification OptionalNullable[models.OrganizationDomainVerification] Verification details for the domain
total_pending_invitations Optional[int] Total number of pending invitations associated with this domain
total_pending_suggestions Optional[int] Total number of pending suggestions associated with this domain
created_at Optional[int] Unix timestamp when the domain was created
updated_at Optional[int] Unix timestamp of the last update to the domain