Method: organizations.locations.securityProfiles.create

特定の組織とロケーションに新しい SecurityProfile を作成します。

HTTP リクエスト

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

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

パスパラメータ

パラメータ
parent

string

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

クエリ パラメータ

パラメータ
securityProfileId

string

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

リクエストの本文

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

レスポンスの本文

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

認可スコープ

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

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

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