domainDnsRecord 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.

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. The domainDnsRecord entity is used to present such DNS records. 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 one of the following values: CName, Mx, Srv, 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
}