{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.iosCustomConfiguration", "title": "microsoft.graph.iosCustomConfiguration", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" }, { "title": "iosCustomConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "payload": { "type": "string", "description": "Payload. (UTF8 encoded byte array)", "format": "base64url" }, "payloadFileName": { "type": "string", "description": "Payload file name (.mobileconfig", "nullable": true }, "payloadName": { "type": "string", "description": "Name that is displayed to the user." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.iosCustomConfiguration" } }, "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the iosCustomConfiguration resource." } ], "x-ms-discriminator-value": "#microsoft.graph.iosCustomConfiguration" }