ListFrameworkAuditsResponse

The response message for [ListFrameworkAudits][].

JSON representation
{
  "frameworkAudits": [
    {
      object (FrameworkAudit)
    }
  ],
  "nextPageToken": string
}
Fields
frameworkAudits[]

object (FrameworkAudit)

The framework audits.

nextPageToken

string

A token, which you can send as the pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.