public sealed class ListAllFindingsRefinementDeploymentsRequest : IMessage<ListAllFindingsRefinementDeploymentsRequest>, IEquatable<ListAllFindingsRefinementDeploymentsRequest>, IDeepCloneable<ListAllFindingsRefinementDeploymentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Chronicle v1 API class ListAllFindingsRefinementDeploymentsRequest.
Request message for ListAllFindingsRefinementDeployments method.
Implements
IMessageListAllFindingsRefinementDeploymentsRequest, IEquatableListAllFindingsRefinementDeploymentsRequest, IDeepCloneableListAllFindingsRefinementDeploymentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListAllFindingsRefinementDeploymentsRequest()
public ListAllFindingsRefinementDeploymentsRequest()ListAllFindingsRefinementDeploymentsRequest(ListAllFindingsRefinementDeploymentsRequest)
public ListAllFindingsRefinementDeploymentsRequest(ListAllFindingsRefinementDeploymentsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAllFindingsRefinementDeploymentsRequest |
Properties
Filter
public string Filter { get; set; }A filter that can be used to retrieve specific findings refinement deployments. Only the following filters are allowed: detection_exclusion_application.curated_rule_sets:"<curated_rule_set_name>"", detection_exclusion_application.curated_rules:"<curated_rule_name>"
| Property Value | |
|---|---|
| Type | Description |
string |
|
Instance
public string Instance { get; set; }Required. The name of the parent resource, which is the SecOps instance to list all findings refinement deployments over. Format: projects/{project}/locations/{location}/instances/{instance}
| Property Value | |
|---|---|
| Type | Description |
string |
|
InstanceAsInstanceName
public InstanceName InstanceAsInstanceName { get; set; }InstanceName-typed view over the Instance resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|
PageSize
public int PageSize { get; set; }The maximum number of findings refinement deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous
ListAllFindingsRefinementDeployments call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListAllFindingsRefinementDeployments must match the call that provided
the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|