Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.08 KB

File metadata and controls

57 lines (42 loc) · 1.08 KB
title phone resource type
description Represents a phone number.
ms.localizationpriority medium
author dkershaw10
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 08/08/2024

phone resource type

Namespace: microsoft.graph

Represents a phone number.

Properties

Property Type Description
number string The phone number.
type phoneType The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "number": "string",
  "type": "String"
}