Method: customers.policies.networks.removeCertificate
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
usunąć istniejący certyfikat za pomocą identyfikatora guid.
Żądanie HTTP
POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/networks:removeCertificate
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
customer |
string
Wymagane. Klient, którego certyfikat zostanie usunięty.
|
Treść żądania
Treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"targetResource": string,
"networkId": string
} |
Pola |
targetResource |
string
Wymagane. Zasób docelowy, z którego ten certyfikat zostanie usunięty. Obsługiwane są te zasoby: * jednostka organizacyjna („orgunits/{orgunit_id}”)
|
networkId |
string
Wymagane. Identyfikator guid certyfikatu do usunięcia.
|
Treść odpowiedzi
Jeśli operacja się uda, treść odpowiedzi będzie pusta.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/chrome.management.policy
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: 2024-08-29 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: 2024-08-29 UTC."],[[["Remove an existing certificate by guid using the provided HTTP request."],["Specify the customer and target resource within the request path and body."],["Include the network ID (certificate guid) in the request body for removal."],["Empty response body indicates successful certificate removal."],["Requires `https://www.googleapis.com/auth/chrome.management.policy` authorization scope."]]],[]]