public sealed class FindingsRefinementActivity : IMessage<FindingsRefinementActivity>, IEquatable<FindingsRefinementActivity>, IDeepCloneable<FindingsRefinementActivity>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class FindingsRefinementActivity.
The activity for a specific findings refinement.
Implements
IMessageFindingsRefinementActivity, IEquatableFindingsRefinementActivity, IDeepCloneableFindingsRefinementActivity, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
FindingsRefinementActivity()
public FindingsRefinementActivity()FindingsRefinementActivity(FindingsRefinementActivity)
public FindingsRefinementActivity(FindingsRefinementActivity other)| Parameter | |
|---|---|
| Name | Description |
other |
FindingsRefinementActivity |
Properties
ActivityCase
public FindingsRefinementActivity.ActivityOneofCase ActivityCase { get; }| Property Value | |
|---|---|
| Type | Description |
FindingsRefinementActivityActivityOneofCase |
|
DetectionExclusionActivity
public DetectionExclusionActivity DetectionExclusionActivity { get; set; }The activity for the detection exclusion.
| Property Value | |
|---|---|
| Type | Description |
DetectionExclusionActivity |
|
FindingsRefinement
public string FindingsRefinement { get; set; }Required. Full resource name for the findings refinement this activity corresponds to. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}
| Property Value | |
|---|---|
| Type | Description |
string |
|
FindingsRefinementAsFindingsRefinementName
public FindingsRefinementName FindingsRefinementAsFindingsRefinementName { get; set; }FindingsRefinementName-typed view over the FindingsRefinement resource name property.
| Property Value | |
|---|---|
| Type | Description |
FindingsRefinementName |
|