public sealed class Indicator : IMessage<Indicator>, IEquatable<Indicator>, IDeepCloneable<Indicator>, IBufferMessage, IMessage
Represents what's commonly known as an Indicator of compromise (IoC) in
computer forensics. This is an artifact observed on a network or in an
operating system that, with high confidence, indicates a computer intrusion.
Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Indicator` class within the `Google.Cloud.SecurityCenter.V1` namespace, used to represent an Indicator of Compromise (IoC) in computer forensics."],["The content details the `Indicator` class's implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and lists inherited members from the `Object` class."],["The documentation lists various available versions of the `Indicator` class, ranging from version 3.24.0 (latest) down to version 2.2.0, each with its own specific documentation link."],["The `Indicator` class includes properties `Domains` and `IpAddresses`, both of which are lists of strings associated with the finding, represented by `RepeatedField\u003cstring\u003e`."],["There are two constructors available for the `Indicator` class: a default constructor and one that takes another `Indicator` object as a parameter."]]],[]]