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

省略可。プロファイル グループの説明(省略可)。最大長は 2,048 文字です。

createTime

string (Timestamp format)

出力専用。リソースの作成タイムスタンプ。

RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

updateTime

string (Timestamp format)

出力専用。リソースの最終更新のタイムスタンプ。

RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

etag

string

出力専用。このチェックサムは、他のフィールドの値に基づいてサーバーによって計算されて、更新リクエストと削除リクエストで送信され、続行する前にクライアントが最新の値を持っていることを確認できます。

labels

map (key: string, value: string)

省略可。Key-Value ペアとしてのラベル。

"key": value ペアのリストを含むオブジェクト。例: { "name": "wrench", "mass": "1.3kg", "count": "3" }

threatPreventionProfile

string

省略可。SecurityProfileGroup の脅威防止構成を含む SecurityProfile への参照。

メソッド

create

指定された組織とロケーションで新しい SecurityProfileGroup を作成します。

delete

1 つの SecurityProfileGroup を削除します。

get

1 つの SecurityProfileGroup の詳細情報を取得します。

list

指定された組織とロケーションの SecurityProfileGroup を一覧表示します。

patch

単一の SecurityProfileGroup のパラメータを更新します。