ApnsCertificateExpirationInfo
「APNS 証明書の有効期限が近づいています」と「APNS 証明書の有効期限が切れています」というアラートに関連する説明メッセージ。
JSON 表現 |
{
"expirationTime": string,
"appleId": string,
"uid": string
} |
フィールド |
expirationTime |
string (Timestamp format)
APNS 証明書の有効期限。
|
appleId |
string
証明書の作成に使用された Apple ID。管理者が入力していない場合は空白になっていることがあります。
|
uid |
string
証明書の UID。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-07 UTC。
[null,null,["最終更新日 2024-11-07 UTC。"],[[["This document explains the JSON representation of alerts related to the expiration of APNS certificates."],["The JSON payload provides information about the certificate's expiration time, the associated Apple ID (if available), and a unique identifier."],["The `expirationTime` field is formatted as a Timestamp, while `appleId` and `uid` are represented as strings."]]],[]]