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"
}