Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.68 KB

File metadata and controls

68 lines (52 loc) · 1.68 KB
title verifiedDomain resource type
description Specifies a domain for a tenant. The verifiedDomains property of the organization entity is a collection of verifiedDomain objects.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-directory-management
author tafra00
ms.date 04/25/2024

verifiedDomain resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "capabilities": "String",
  "isDefault": true,
  "isInitial": true,
  "name": "String",
  "type": "String"
}