public sealed class Exfiltration : IMessage<Exfiltration>, IEquatable<Exfiltration>, IDeepCloneable<Exfiltration>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Exfiltration.
Exfiltration represents a data exfiltration attempt of one or more sources to one or more targets. Sources represent the source of data that is exfiltrated, and Targets represents the destination the data was copied to.
Implements
IMessage<Exfiltration>, IEquatable<Exfiltration>, IDeepCloneable<Exfiltration>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Exfiltration()
public Exfiltration()
Exfiltration(Exfiltration)
public Exfiltration(Exfiltration other)
Parameter | |
---|---|
Name | Description |
other | Exfiltration |
Properties
Sources
public RepeatedField<ExfilResource> Sources { get; }
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
Property Value | |
---|---|
Type | Description |
RepeatedField<ExfilResource> |
Targets
public RepeatedField<ExfilResource> Targets { get; }
If there are multiple targets, each target would get a complete copy of the "joined" source data.
Property Value | |
---|---|
Type | Description |
RepeatedField<ExfilResource> |