Method: customers.configurations.get
HTTP リクエスト
GET https://androiddeviceprovisioning.googleapis.com/v1/{name=customers/*/configurations/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。取得する構成。customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID] 形式の API リソース名。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Configuration
のインスタンスが含まれます。
承認スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidworkzerotouchemm
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-07 UTC。
[null,null,["最終更新日 2024-08-07 UTC。"],[[["This endpoint retrieves the details of a specific configuration."],["The HTTP request method is `GET`, using a URL with gRPC Transcoding syntax."],["The `name` path parameter is required, formatted as `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`."],["The request body must be empty, and a successful response contains a `Configuration` instance."],["Authorization requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope."]]],[]]