public sealed class ExfilResource : IMessage<ExfilResource>, IEquatable<ExfilResource>, IDeepCloneable<ExfilResource>, IBufferMessage, IMessage
Resource that has been exfiltrated or exfiltrated_to.
Implements
IMessage<ExfilResource>, IEquatable<ExfilResource>, IDeepCloneable<ExfilResource>, 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 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; }
Resource's URI (https://google.aip.dev/122#full-resource-names)
Property Value | |
---|---|
Type | Description |
String |