PolicyTargetKey
ポリシーが適用されるターゲットを識別するために使用されるキー。
JSON 表現 |
{
"targetResource": string,
"additionalTargetKeys": {
string: string,
...
}
} |
フィールド |
targetResource |
string
このポリシーが適用されるターゲット リソース。次のリソースがサポートされています。
- 組織部門("orgunits/{orgunit_id}")
- グループ("groups/{groupId}")
|
additionalTargetKeys |
map (key: string, value: string)
ポリシーのターゲットの特定に使用される追加のターゲットのキーと値のペアを含むマップ。 "key": value ペアのリストを含むオブジェクト。例: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-10 UTC。
[null,null,["最終更新日 2024-09-10 UTC。"],[[["The policy target is identified using a key, primarily focusing on a target resource."],["Supported target resources include organizational units and groups, specified with their respective IDs."],["Further target specification can be achieved through additional key-value pairs provided in `additionalTargetKeys`."]]],[]]