Interface protos.google.cloud.securitycenter.v1.IListFindingsResponse (5.6.0)

Properties of a ListFindingsResponse.

Package

@google-cloud/security-center

Properties

listFindingsResults

listFindingsResults?: (google.cloud.securitycenter.v1.ListFindingsResponse.IListFindingsResult[]|null);

ListFindingsResponse listFindingsResults

Property Value
TypeDescription
(google.cloud.securitycenter.v1.ListFindingsResponse.IListFindingsResult[]|null)

nextPageToken

nextPageToken?: (string|null);

ListFindingsResponse nextPageToken

Property Value
TypeDescription
(string|null)

readTime

readTime?: (google.protobuf.ITimestamp|null);

ListFindingsResponse readTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

totalSize

totalSize?: (number|null);

ListFindingsResponse totalSize

Property Value
TypeDescription
(number|null)