Microsoft Graph · Schema
microsoft.graph.applePushNotificationCertificate
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.applePushNotificationCertificate",
"title": "microsoft.graph.applePushNotificationCertificate",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "applePushNotificationCertificate",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"appleIdentifier": {
"type": "string",
"description": "Apple Id of the account used to create the MDM push certificate.",
"nullable": true
},
"certificate": {
"type": "string",
"nullable": true
},
"certificateSerialNumber": {
"type": "string",
"description": "Certificate serial number. This property is read-only.",
"nullable": true,
"readOnly": true
},
"certificateUploadFailureReason": {
"type": "string",
"description": "The reason the certificate upload failed.",
"nullable": true
},
"certificateUploadStatus": {
"type": "string",
"description": "The certificate upload status.",
"nullable": true
},
"expirationDateTime": {
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string",
"description": "The expiration date and time for Apple push notification certificate.",
"format": "date-time"
},
"lastModifiedDateTime": {
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string",
"description": "Last modified date and time for Apple push notification certificate.",
"format": "date-time"
},
"topicIdentifier": {
"type": "string",
"description": "Topic Id.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
},
"description": "Apple push notification certificate."
}
],
"x-ms-discriminator-value": "#microsoft.graph.applePushNotificationCertificate"
}