Experimental
Schema
ListPolicyLogEntriesResponse
Type:
object
ListPolicyLogEntriesResponse returns policy log entries and a next-page token.
entries
Type:
array
entries is the current page.
Array item
Schema:
PolicyLogEntry
All schema constraints and annotations
{
"description": "entries is the current page.",
"items": {
"$ref": "#/components/schemas/PolicyLogEntry"
},
"type": "array"
}nextPageToken
Type:
string
next_page_token is empty when there are no more pages.
All schema constraints and annotations
{
"description": "next_page_token is empty when there are no more pages.",
"type": "string"
}All schema constraints and annotations
{
"description": "ListPolicyLogEntriesResponse returns policy log entries and a next-page token.",
"properties": {
"entries": {
"description": "entries is the current page.",
"items": {
"$ref": "#/components/schemas/PolicyLogEntry"
},
"type": "array"
},
"nextPageToken": {
"description": "next_page_token is empty when there are no more pages.",
"type": "string"
}
},
"title": "ListPolicyLogEntriesResponse",
"type": "object"
}