ApnsCertificateExpirationInfo
'APNS 인증서가 곧 만료됩니다' 및 'APNS 인증서가 만료되었습니다' 알림과 연결된 설명 메시지입니다.
JSON 표현 |
{
"expirationTime": string,
"appleId": string,
"uid": string
} |
필드 |
expirationTime |
string (Timestamp format)
APNS 인증서의 만료일입니다.
|
appleId |
string
인증서를 만들 때 사용한 Apple ID입니다. 관리자가 입력하지 않은 경우 이 입력란이 비어 있을 수 있습니다.
|
uid |
string
인증서의 UID입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]