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

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