ListControlsResponse

Response message with all the controls for a compliance standard.

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

object (Control)

Output only. The controls for the compliance standard.

nextPageToken

string

Output only. The token to retrieve the next page of results.