{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.domainIdentitySource", "title": "microsoft.graph.domainIdentitySource", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySource" }, { "title": "domainIdentitySource", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "The name of the identity source, typically also the domain name. Read only.", "nullable": true }, "domainName": { "type": "string", "description": "The domain name. Read only.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.domainIdentitySource" } } } ], "x-ms-discriminator-value": "#microsoft.graph.domainIdentitySource" }