ListControlsResponse

Response message for ListControls.

JSON representation
{
  "controls": [
    {
      object (Control)
    }
  ],
  "nextPageToken": string
}
Fields
controls[]

object (Control)

Output only. Controls for a given regulatory standard.

nextPageToken

string

Output only. A token that you can send as the pageToken in a subsequent request to retrieve the next page of results. If this field is empty, there are no subsequent pages.