Skip to main content

OrganizationAuthDomain

An authentication domain configured for an organization.

type OrganizationAuthDomain implements Model {
active: Boolean
createdAt: String
domain: String
id: Int
organizationId: Int
}

Fields

OrganizationAuthDomain.active ● Boolean scalar common

Whether the auth domain is active.

OrganizationAuthDomain.createdAt ● String scalar common

When the auth domain was created.

OrganizationAuthDomain.domain ● String scalar common

The domain value.

OrganizationAuthDomain.id ● Int scalar common

The unique identifier for the auth domain.

OrganizationAuthDomain.organizationId ● Int scalar common

The organization ID the auth domain belongs to.

Interfaces

Model interface common

A model with an integer identifier.

Member Of

OrganizationAuthDomainList object ● OrganizationAuthDomainPayload object ● OrganizationAuthDomainReplacePayload object