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" } 。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-10 (世界標準時間)。
[null,null,["上次更新時間:2024-09-10 (世界標準時間)。"],[[["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`."]]],[]]