Method: organizations.locations.securityProfileGroups.create

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

HTTP リクエスト

POST https://networksecurity.googleapis.com/v1beta1/{parent=organizations/*/locations/*}/securityProfileGroups

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

必須。SecurityProfileGroup の親リソース。projects|organizations/*/locations/{location} の形式で指定してください。

クエリ パラメータ

パラメータ
securityProfileGroupId

string

必須。作成する SecurityProfileGroup リソースの短縮名。この値は 1 ~ 63 文字で、英字、数字、ハイフン、アンダースコアのみを含み、数字で始めることはできません。例: 「security_profile_group1」。

リクエストの本文

リクエストの本文には SecurityProfileGroup のインスタンスが含まれます。

レスポンスの本文

成功した場合、レスポンスの本文には、新しく作成された Operation のインスタンスが含まれます。

認可スコープ

次の OAuth スコープが必要です。

  • https://www.googleapis.com/auth/cloud-platform

詳細については、認証の概要をご覧ください。