ListSecurityProfileGroupsResponse

Response returned by the ListSecurityProfileGroups method.

JSON representation
{
  "securityProfileGroups": [
    {
      object (SecurityProfileGroup)
    }
  ],
  "nextPageToken": string
}
Fields
securityProfileGroups[]

object (SecurityProfileGroup)

List of SecurityProfileGroups resources.

nextPageToken

string

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.