Method: customers.configurations.create
Stay organized with collections
Save and categorize content based on your preferences.
Creates a new configuration. Once created, a customer can apply the configuration to devices.
HTTP request
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The customer that manages the configuration. An API resource name in the format customers/[CUSTOMER_ID] .
|
Request body
The request body contains an instance of Configuration
.
Response body
If successful, the response body contains a newly created instance of Configuration
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidworkzerotouchemm
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-07 UTC.
[null,null,["Last updated 2024-08-07 UTC."],[],["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"],null,[]]