Method: projects.locations.securityProfiles.list

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

HTTP リクエスト

GET https://networksecurity.googleapis.com/v1beta1/{parent=projects/*/locations/*}/securityProfiles

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

パスパラメータ

パラメータ
parent

string

必須。SecurityProfiles を一覧表示するプロジェクトまたは組織とロケーション。projects|organizations/*/locations/{location} の形式で指定します。

クエリ パラメータ

パラメータ
pageSize

integer

呼び出しごとに返される SecurityProfiles の最大数。

pageToken

string

最後の ListSecurityProfilesResponse で返された値は、これが前の securityProfiles.list 呼び出しの続きであり、システムからその次のページのデータが返される必要があることを示しています。

リクエストの本文

リクエストの本文は空にする必要があります。

レスポンスの本文

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

認可スコープ

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

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

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