ListSecurityProfileGroupsResponse

ListSecurityProfileGroups メソッドによって返されるレスポンス。

JSON 表現
{
  "securityProfileGroups": [
    {
      object (SecurityProfileGroup)
    }
  ],
  "nextPageToken": string
}
フィールド
securityProfileGroups[]

object (SecurityProfileGroup)

SecurityProfileGroups リソースのリスト。

nextPageToken

string

このレスポンスよりも結果が多い可能性がある場合には、nextPageToken が含まれます。次の結果セットを取得するには、pageToken として nextPageToken の値を使用して、このメソッドを再度呼び出します。