REST Resource: organizations.locations.securityProfileGroups

資源:SecurityProfileGroup

SecurityProfileGroup 是一種資源,用於定義各種 ProfileType 的行為。下一個 ID:10

JSON 表示法
{
  "name": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "etag": string,
  "labels": {
    string: string,
    ...
  },
  "threatPreventionProfile": string
}
欄位
name

string

不可變動。ID。SecurityProfileGroup 資源的名稱。符合模式 projects|organizations/*/locations/{location}/securityProfileGroups/{securityProfileGroup}

description

string

(非必要) 設定檔群組的選用說明。長度上限為 2048 個半形字元。

createTime

string (Timestamp format)

僅供輸出。資源建立時間戳記。

採用 RFC3339 世界標準時間「Zulu」格式的時間戳記,精確度達奈秒單位,最多九個小數位數。例如:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

updateTime

string (Timestamp format)

僅供輸出。上次更新資源的時間戳記。

採用 RFC3339 世界標準時間「Zulu」格式的時間戳記,精確度達奈秒單位,最多九個小數位數。例如:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

etag

string

僅供輸出。伺服器會根據其他欄位的值計算此總和檢查碼,並可能在更新和刪除要求中傳送,以確保用戶端在繼續操作前擁有最新的值。

labels

map (key: string, value: string)

(非必要) 標籤為鍵/值組合。

包含 "key": value 組合清單的物件。範例:{ "name": "wrench", "mass": "1.3kg", "count": "3" }

threatPreventionProfile

string

(非必要) 參照 SecurityProfileGroup 的威脅防護設定。

方法

create

在指定的機構和地點中建立新的 SecurityProfileGroup。

delete

刪除單一 SecurityProfileGroup。

get

取得單一 SecurityProfileGroup 的詳細資料。

list

列出指定機構和地點中的 SecurityProfileGroup。

patch

更新單一 SecurityProfileGroup 的參數。