Class ExfilResource (3.2.0)

public sealed class ExfilResource : IMessage<ExfilResource>, IEquatable<ExfilResource>, IDeepCloneable<ExfilResource>, IBufferMessage, IMessage

Resource that has been exfiltrated or exfiltrated_to.

Inheritance

Object > ExfilResource

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ExfilResource()

public ExfilResource()

ExfilResource(ExfilResource)

public ExfilResource(ExfilResource other)
Parameter
Name Description
other ExfilResource

Properties

Components

public RepeatedField<string> Components { get; }

Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.

Property Value
Type Description
RepeatedField<String>

Name

public string Name { get; set; }
Property Value
Type Description
String