public sealed class ListFindingSummariesRequest : IMessage<ListFindingSummariesRequest>, IEquatable<ListFindingSummariesRequest>, IDeepCloneable<ListFindingSummariesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Security Compliance v1 API class ListFindingSummariesRequest.
The request message for [ListFindingSummaries][].
Implements
IMessageListFindingSummariesRequest, IEquatableListFindingSummariesRequest, IDeepCloneableListFindingSummariesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ListFindingSummariesRequest()
public ListFindingSummariesRequest()ListFindingSummariesRequest(ListFindingSummariesRequest)
public ListFindingSummariesRequest(ListFindingSummariesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFindingSummariesRequest |
Properties
EndTime
[Obsolete]
public Timestamp EndTime { get; set; }Optional. The end time of the finding summary.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Filter
public string Filter { get; set; }Optional. The filtering results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A token that identifies the page of results that the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent scope for the framework overview page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsFolderLocationName
public FolderLocationName ParentAsFolderLocationName { get; set; }FolderLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
FolderLocationName |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }OrganizationLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationLocationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|