applePushNotificationCertificate-Ressourcentyp
Namespace: microsoft.graph
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Apple Push Notification-Zertifikat.
Methoden
Methode | Rückgabetyp | Beschreibung |
---|---|---|
applePushNotificationCertificate abrufen | applePushNotificationCertificate | Lesen von Eigenschaften und Beziehungen des applePushNotificationCertificate-Objekts. |
applePushNotificationCertificate aktualisieren | applePushNotificationCertificate | Aktualisieren der Eigenschaften eines applePushNotificationCertificate-Objekts. |
downloadApplePushNotificationCertificateSigningRequest-Funktion | String | Signieranforderung für Apple Push Notification-Zertifikat herunterladen |
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
id | String | Eindeutiger Bezeichner für das Zertifikat |
appleIdentifier | String | Apple-ID des Kontos, mit dem das MDM-Push-Zertifikat erstellt wurde |
topicIdentifier | String | Thema-ID |
lastModifiedDateTime | DateTimeOffset | Datum und Uhrzeit der letzten Änderung des Apple Push Notification-Zertifikats |
expirationDateTime | DateTimeOffset | Datum und Uhrzeit des Ablaufs des Apple Push Notification-Zertifikats |
certificateUploadStatus | Zeichenfolge | Der Status des Zertifikatuploads. |
certificateUploadFailureReason | Zeichenfolge | Der Grund, warum beim Hochladen des Zertifikats ein Fehler aufgetreten ist. |
certificateSerialNumber | Zeichenfolge | Seriennummer des Zertifikats. Diese Eigenschaft ist schreibgeschützt. |
certificate | String | Noch nicht dokumentiert. |
Beziehungen
Keine
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@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"
}