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.
Implements
IMessageExfilResource, IEquatableExfilResource, IDeepCloneableExfilResource, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
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 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 | |
---|---|
Type | Description |
RepeatedFieldstring |
Name
public string Name { get; set; }
The resource's full resource name.
Property Value | |
---|---|
Type | Description |
string |