Method: customers.configurations.create
Erstellt eine neue Konfiguration. Nach der Erstellung kann ein Kunde die Konfiguration auf Geräte anwenden.
HTTP-Anfrage
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Der Kunde, der die Konfiguration verwaltet. Ein API-Ressourcenname im Format customers/[CUSTOMER_ID] .
|
Anfragetext
Der Anfragetext enthält eine Instanz von Configuration
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von Configuration
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/androidworkzerotouchemm
Weitere Informationen finden Sie in der Übersicht über OAuth 2.0.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-07 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-07 (UTC)."],[[["This endpoint creates a new configuration that can be applied to devices under a specified customer."],["The request is a POST request to the URL `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations`, using gRPC Transcoding syntax."],["The `parent` path parameter is a required string that specifies the customer managing the configuration in the format `customers/[CUSTOMER_ID]`."],["The request body should include an instance of a `Configuration`, and a successful response will contain a newly created `Configuration`."],["The authorization scope `https://www.googleapis.com/auth/androidworkzerotouchemm` is required to make this call."]]],["This describes how to create a new configuration using a POST request to `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations`. The `parent` path parameter, representing the customer, is required. The request body must include a `Configuration` instance, and a successful response returns a new `Configuration` instance. This action requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope. This configuration can then be applied to devices.\n"]]