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 that has been exfiltrated or exfiltrated_to.
Implements
IMessageExfilResource, IEquatableExfilResource, IDeepCloneableExfilResource, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.SecurityCenterV1Assembly
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 |
RepeatedFieldstring |
Name
public string Name { get; set; }
Resource's URI (https://google.aip.dev/122#full-resource-names)
Property Value | |
---|---|
Type | Description |
string |