applePushNotificationCertificate resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Apple push notification certificate.

Methods

Method Return Type Description
Get applePushNotificationCertificate applePushNotificationCertificate Read properties and relationships of the applePushNotificationCertificate object.
Update applePushNotificationCertificate applePushNotificationCertificate Update the properties of a applePushNotificationCertificate object.
downloadApplePushNotificationCertificateSigningRequest function String Download Apple push notification certificate signing request
generateApplePushNotificationCertificateSigningRequest action String Download Apple push notification certificate signing request

Properties

Property Type Description
id String Unique Identifier for the certificate
appleIdentifier String Apple Id of the account used to create the MDM push certificate.
topicIdentifier String Topic Id.
lastModifiedDateTime DateTimeOffset Last modified date and time for Apple push notification certificate.
expirationDateTime DateTimeOffset The expiration date and time for Apple push notification certificate.
certificateUploadStatus String The certificate upload status.
certificateUploadFailureReason String The reason the certificate upload failed.
certificateSerialNumber String Certificate serial number. This property is read-only.
certificate String

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.applePushNotificationCertificate",
  "id": "String (identifier)",
  "appleIdentifier": "String",
  "topicIdentifier": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "expirationDateTime": "String (timestamp)",
  "certificateUploadStatus": "String",
  "certificateUploadFailureReason": "String",
  "certificateSerialNumber": "String",
  "certificate": "String"
}