verifiedDomain resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Specifies a domain for a tenant. The verifiedDomains property of the organization entity is a collection of verifiedDomain objects.
Properties
Property | Type | Description |
---|---|---|
capabilities | String | For example, Email , OfficeCommunicationsOnline . |
isDefault | Boolean | true if this is the default domain associated with the tenant; otherwise, false . |
isInitial | Boolean | true if this is the initial domain associated with the tenant; otherwise, false . |
name | String | The domain name; for example, contoso.com . |
type | String | For example, Managed . |
JSON representation
The following JSON representation shows the resource type.
{
"capabilities": "String",
"isDefault": true,
"isInitial": true,
"name": "String",
"type": "String"
}