Class SecurityResult.Types.ThreatCollectionItem
Threat Collection that is either a threat campaign or a threat report.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SecurityResult.Types.ThreatCollectionItem : IMessage<SecurityResult.Types.ThreatCollectionItem>, IEquatable<SecurityResult.Types.ThreatCollectionItem>, IDeepCloneable<SecurityResult.Types.ThreatCollectionItem>, IBufferMessage, IMessage
Constructors
ThreatCollectionItem()
Declaration
public ThreatCollectionItem()
ThreatCollectionItem(ThreatCollectionItem)
Declaration
public ThreatCollectionItem(SecurityResult.Types.ThreatCollectionItem other)
Parameters
| Type | Name | Description |
|---|---|---|
| SecurityResult.Types.ThreatCollectionItem | other |
Properties
AltNames
The name of the threat collection.
Declaration
public RepeatedField<string> AltNames { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Id
The ID of the threat collection.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of threat collection (e.g., "campaign").
Declaration
public SecurityResult.Types.ThreatCollectionType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| SecurityResult.Types.ThreatCollectionType |