Google Cloud Security Command Center v1 API - Class ExfilResource (3.19.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ExfilResource.

Resource where data was exfiltrated from 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
NameDescription
otherExfilResource

Properties

Components

public RepeatedField<string> Components { get; }

Subcomponents of the asset that was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated from the same Cloud Storage bucket.

Property Value
TypeDescription
RepeatedFieldstring

Name

public string Name { get; set; }

The resource's full resource name.

Property Value
TypeDescription
string