public sealed class FindingsRefinementDeployment : IMessage<FindingsRefinementDeployment>, IEquatable<FindingsRefinementDeployment>, IDeepCloneable<FindingsRefinementDeployment>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class FindingsRefinementDeployment.
The FindingsRefinementDeployment resource represents the deployment state of a findings refinement.
Implements
IMessageFindingsRefinementDeployment, IEquatableFindingsRefinementDeployment, IDeepCloneableFindingsRefinementDeployment, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
FindingsRefinementDeployment()
public FindingsRefinementDeployment()FindingsRefinementDeployment(FindingsRefinementDeployment)
public FindingsRefinementDeployment(FindingsRefinementDeployment other)| Parameter | |
|---|---|
| Name | Description |
other |
FindingsRefinementDeployment |
Properties
Archived
public bool Archived { get; set; }The archive state of the findings refinement deployment. Cannot be set to true unless enabled is set to false. If currently set to true, enabled cannot be updated to true.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
DetectionExclusionApplication
public DetectionExclusionApplication DetectionExclusionApplication { get; set; }The resources which the detection exclusion is applied to.
| Property Value | |
|---|---|
| Type | Description |
DetectionExclusionApplication |
|
Enabled
public bool Enabled { get; set; }Whether the findings refinement is currently deployed continuously against incoming findings.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
FindingsRefinementApplicationCase
public FindingsRefinementDeployment.FindingsRefinementApplicationOneofCase FindingsRefinementApplicationCase { get; }| Property Value | |
|---|---|
| Type | Description |
FindingsRefinementDeploymentFindingsRefinementApplicationOneofCase |
|
FindingsRefinementDeploymentName
public FindingsRefinementDeploymentName FindingsRefinementDeploymentName { get; set; }FindingsRefinementDeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FindingsRefinementDeploymentName |
|
Name
public string Name { get; set; }Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The timestamp when the findings refinement deployment was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|