CPIDResponse
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Odpowiedź z punktu końcowego CPId, gdy uda się go utworzyć.
Zapis JSON |
{
"cpid": string,
"ttlSeconds": number
} |
Pola |
cpid |
string
Wymagany. Zaszyfrowany identyfikator abonamentu, który jednoznacznie identyfikuje użytkownika operatora.
|
ttlSeconds |
number
Wymagany. Czas trwania (w sekundach), w przypadku którego CPID jest prawidłowy, i można go użyć przez GTAF do wysłania zapytania do organu ochrony danych o szczegółach danych użytkownika.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-09-26 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2022-09-26 UTC."],[[["The CPID endpoint returns a JSON object containing the `cpid` and `ttlSeconds` when a carrier plan identifier is successfully created."],["The `cpid` is an encrypted string that uniquely identifies the user to their carrier."],["The `ttlSeconds` value represents the duration, in seconds, that the CPID is valid and can be used to fetch user data plan details."]]],["Upon successful CPID creation, the response includes a JSON object containing two key fields. The `cpid` is a required, encrypted string uniquely identifying the user to the carrier. The `ttlSeconds` field, also required, specifies the duration (in seconds) the `cpid` remains valid for use by GTAF to query user data plan details from the DPA. This object represents the core data and validity period of the created CPID.\n"]]