Method: customers.profiles.get
お客様 ID とプロファイルの永続 ID を含む Chrome ブラウザ プロファイルを取得します。
HTTP リクエスト
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/profiles/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。形式: customers/{customer_id}/profiles/{profilePermanentId}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には ChromeBrowserProfile
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/chrome.management.profiles.readonly
https://www.googleapis.com/auth/chrome.management.profiles
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-14 UTC。
[null,null,["最終更新日 2024-11-14 UTC。"],[[["Retrieves a specific Chrome browser profile using customer ID and profile permanent ID."],["Requires authorization with specified scopes for profile read or read/write access."],["Employs a standard HTTP GET request with path parameters for profile identification."],["Returns a `ChromeBrowserProfile` object containing profile details upon successful request."],["Offers a `Try it!` section for users to experiment with the API call directly."]]],[]]