DomainEntry interface
A domain entry within an education qualification rule. domainNames and tenantId are supplied on creation; state and error are returned by the service.
Properties
| domain |
Domain names associated with a tenant. |
| error | Error detail when state is |
| state | The verification state of this domain entry. Server-managed. |
| tenant |
The Microsoft Entra tenant ID owning these domains. Defaults to the calling user's tenant when omitted. |
Property Details
domainNames
Domain names associated with a tenant.
domainNames: string[]
Property Value
string[]
error
Error detail when state is failed or actionRequired. Omitted otherwise. Server-managed.
error?: ErrorDetail
Property Value
state
The verification state of this domain entry. Server-managed.
state?: string
Property Value
string
tenantId
The Microsoft Entra tenant ID owning these domains. Defaults to the calling user's tenant when omitted.
tenantId?: string
Property Value
string