REST Resource: organizations.locations.securityProfileGroups

リソース: SecurityProfileGroup

SecurityProfileGroup は、さまざまな ProfileTypes の動作を定義するリソースです。次の ID: 9

JSON 表現
{
  "name": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "etag": string,
  "labels": {
    string: string,
    ...
  },
  "threatPreventionProfile": string,
  "customMirroringProfile": 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 への参照。

customMirroringProfile

string

省略可。CustomMirroring 構成の SecurityProfile への参照。

メソッド

create

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

delete

1 つの SecurityProfileGroup を削除します。

get

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

list

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

patch

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