externalDomainName resource type
Namespace: microsoft.graph
Represents the domain name of the external organization that a Microsoft Entra tenant acting as the resource tenant is federating with.
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
id | String | Domain name of the external organization that the Microsoft Entra tenant is federating with. Inherited from entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.externalDomainName",
"id": "String (identifier)"
}