Method: projects.locations.securityProfileGroups.list

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

HTTP リクエスト

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

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

パスパラメータ

パラメータ
parent

string

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

クエリ パラメータ

パラメータ
pageSize

integer

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

pageToken

string

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

リクエストの本文

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

レスポンスの本文

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

認可スコープ

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

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

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