REST Resource: projects.locations.securityProfiles

リソース: SecurityProfile

SecurityProfile は、ProfileTypes のいずれか 1 つについて動作を定義するリソースです。次の ID: 10

JSON 表現
{
  "name": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "etag": string,
  "labels": {
    string: string,
    ...
  },
  "type": enum (ProfileType),

  // Union field profile can be only one of the following:
  "threatPreventionProfile": {
    object (ThreatPreventionProfile)
  },
  "customMirroringProfile": {
    object (CustomMirroringProfile)
  }
  // End of list of possible types for union field profile.
}
フィールド
name

string

変更不可。ID。SecurityProfile リソースの名前。パターン projects|organizations/*/locations/{location}/securityProfiles/{securityProfile} と一致します。

description

string

省略可。プロファイルの説明(省略可)。最大長は 512 文字です。

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" }

type

enum (ProfileType)

変更不可。SecurityProfile リソースで構成する単一の ProfileType。

共用体フィールド profile。SecurityProfile リソースで構成する ProfileType の動作。このフィールドは、SecurityProfile の ProfileType に対応している必要があります。profile は次のいずれかになります。
threatPreventionProfile

object (ThreatPreventionProfile)

SecurityProfile の脅威防止の構成。

customMirroringProfile

object (CustomMirroringProfile)

SecurityProfile のカスタム Packet Mirroring v2 構成。

メソッド

create

指定されたプロジェクトとロケーションで新しい SecurityProfile を作成します。

delete

1 つの SecurityProfile を削除します。

get

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

list

指定されたプロジェクトとロケーションの SecurityProfiles を一覧で表示します。

patch

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