Method: organizations.settings.lookupEffectiveValue
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Cloud リソース parent
の設定の有効な設定値を計算します。有効な設定値は、Cloud リソースで計算された設定値であり、次のオプションのいずれかに指定された順序で評価されます(前のオプションが存在しない場合は、次のオプションが使用されます)。
- 指定されたリソースの設定値
- 指定されたリソースの最も近い祖先の設定値
- 設定のデフォルト値
- 空の設定値。すべてのフィールドが設定されていない
SettingValue
として定義されます。
設定が存在しない場合は、google.rpc.Code.NOT_FOUND
を含む google.rpc.Status
を返します。
HTTP リクエスト
GET https://resourcesettings.googleapis.com/v1alpha1/{parent=organizations/*/settings/*}:lookupEffectiveValue
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
有効な値が評価される設定。命名要件については、Setting をご覧ください。
認可には、指定されたリソース parent に対する次の IAM の権限が必要です。
resourcesettings.settingvalues.get
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には SettingValue
のインスタンスが含まれます。
承認スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/cloud-platform
詳細については、認証の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 UTC。"],[],["This content describes retrieving the effective value of a setting at a specific Cloud resource. The process involves a `GET` request to a defined URL, utilizing path parameters to identify the target setting. The request body is empty. The response provides the `SettingValue`, which is determined by checking the setting on the resource, its ancestors, or the default/empty value. Access requires the `resourcesettings.settingvalues.get` IAM permission and the `cloud-platform` OAuth scope.\n"]]