Method: customers.configurations.createStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
This endpoint creates a new configuration that can be applied to devices under a specified customer.
The request is a POST request to the URLhttps://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations, using gRPC Transcoding syntax.
Theparentpath parameter is a required string that specifies the customer managing the configuration in the formatcustomers/[CUSTOMER_ID].
The request body should include an instance of aConfiguration, and a successful response will contain a newly createdConfiguration.
The authorization scopehttps://www.googleapis.com/auth/androidworkzerotouchemmis required to make this call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]