Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.65 KB

File metadata and controls

74 lines (59 loc) · 2.65 KB
title domainDnsRecord resource type
description The domainDnsRecord entity is used to present DNS records.
ms.localizationpriority medium
author tafra00
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 04/25/2024

domainDnsRecord resource type

Namespace: microsoft.graph

For each domain in the tenant, you may be required to add DNS records to the DNS zone file of the domain before the domain can be used by Microsoft Online Services. These DNS records are represented.

The domainDnsRecord resource type is used to present such DNS records as exposed through the serviceConfigurationRecords and verificationDnsRecords. This resource type is the base entity for the following resources:

Methods

None.

Properties

Property Type Description
id String Unique identifier assigned to this entity. Not nullable, Read-only.
isOptional Boolean If false, the customer must configure this record at the DNS host for Microsoft Online Services to operate correctly with the domain.
label String Value used when configuring the name of the DNS record at the DNS host.
recordType String Indicates what type of DNS record this entity represents. The value can be CName, Mx, Srv, or Txt.
supportedService String Microsoft Online Service or feature that has a dependency on this DNS record. Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune.
ttl Int32 Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "isOptional": true,
  "label": "String",
  "recordType": "String",
  "supportedService": "String",
  "ttl": 1024
}