public sealed class DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity : IMessage<DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity>, IEquatable<DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity>, IDeepCloneable<DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity.
The activity for a findings refinement that is a detection exclusion broken down for one specific detector.
Implements
IMessageDetectionExclusionActivityTypesDetectionExclusionDetectorActivity, IEquatableDetectionExclusionActivityTypesDetectionExclusionDetectorActivity, IDeepCloneableDetectionExclusionActivityTypesDetectionExclusionDetectorActivity, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DetectionExclusionDetectorActivity()
public DetectionExclusionDetectorActivity()DetectionExclusionDetectorActivity(DetectionExclusionDetectorActivity)
public DetectionExclusionDetectorActivity(DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity other)| Parameter | |
|---|---|
| Name | Description |
other |
DetectionExclusionActivityTypesDetectionExclusionDetectorActivity |
Properties
CuratedRule
public string CuratedRule { get; set; }Full resource name for the curated rule this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}
| Property Value | |
|---|---|
| Type | Description |
string |
|
CuratedRuleAsCuratedRuleName
public CuratedRuleName CuratedRuleAsCuratedRuleName { get; set; }CuratedRuleName-typed view over the CuratedRule resource name property.
| Property Value | |
|---|---|
| Type | Description |
CuratedRuleName |
|
CuratedRuleSet
public string CuratedRuleSet { get; set; }Full resource name for the curated rule set this activity corresponds to. This field will only be set if the customer has access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set}
| Property Value | |
|---|---|
| Type | Description |
string |
|
CuratedRuleSetAsCuratedRuleSetName
public CuratedRuleSetName CuratedRuleSetAsCuratedRuleSetName { get; set; }CuratedRuleSetName-typed view over the CuratedRuleSet resource name property.
| Property Value | |
|---|---|
| Type | Description |
CuratedRuleSetName |
|
DeletedCuratedRuleSet
public string DeletedCuratedRuleSet { get; set; }Full resource name for the deleted curated rule set this activity corresponds to. This field will only be set if the customer does not have access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set}
| Property Value | |
|---|---|
| Type | Description |
string |
|
DeletedCuratedRuleSetAsCuratedRuleSetName
public CuratedRuleSetName DeletedCuratedRuleSetAsCuratedRuleSetName { get; set; }CuratedRuleSetName-typed view over the DeletedCuratedRuleSet resource name property.
| Property Value | |
|---|---|
| Type | Description |
CuratedRuleSetName |
|
DetectorNameCase
public DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity.DetectorNameOneofCase DetectorNameCase { get; }| Property Value | |
|---|---|
| Type | Description |
DetectionExclusionActivityTypesDetectionExclusionDetectorActivityDetectorNameOneofCase |
|
ExcludedDetectionCount
public long ExcludedDetectionCount { get; set; }The number of detections for the detector that were excluded by the detection exclusion.
| Property Value | |
|---|---|
| Type | Description |
long |
|
HasCuratedRule
public bool HasCuratedRule { get; }Gets whether the "curated_rule" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasCuratedRuleSet
public bool HasCuratedRuleSet { get; }Gets whether the "curated_rule_set" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasDeletedCuratedRuleSet
public bool HasDeletedCuratedRuleSet { get; }Gets whether the "deleted_curated_rule_set" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasRule
public bool HasRule { get; }Gets whether the "rule" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Rule
public string Rule { get; set; }Full resource name for the rule this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
| Property Value | |
|---|---|
| Type | Description |
string |
|
RuleAsRuleName
public RuleName RuleAsRuleName { get; set; }| Property Value | |
|---|---|
| Type | Description |
RuleName |
|
TotalDetectionCount
public long TotalDetectionCount { get; set; }The total number of detections found by the detector. This includes both excluded detections and non-excluded detections.
| Property Value | |
|---|---|
| Type | Description |
long |
|