Google Cloud Data Loss Prevention v2 API - Class OtherCloudDiscoveryTarget (4.14.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class OtherCloudDiscoveryTarget.

Target used to match against for discovery of resources from other clouds. An AWS connector in Security Command Center (Enterprise is required to use this feature.

Inheritance

object > OtherCloudDiscoveryTarget

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

OtherCloudDiscoveryTarget()

public OtherCloudDiscoveryTarget()

OtherCloudDiscoveryTarget(OtherCloudDiscoveryTarget)

public OtherCloudDiscoveryTarget(OtherCloudDiscoveryTarget other)
Parameter
Name Description
other OtherCloudDiscoveryTarget

Properties

CadenceCase

public OtherCloudDiscoveryTarget.CadenceOneofCase CadenceCase { get; }
Property Value
Type Description
OtherCloudDiscoveryTargetCadenceOneofCase

Conditions

public DiscoveryOtherCloudConditions Conditions { get; set; }

Optional. In addition to matching the filter, these conditions must be true before a profile is generated.

Property Value
Type Description
DiscoveryOtherCloudConditions

DataSourceType

public DataSourceType DataSourceType { get; set; }

Required. The type of data profiles generated by this discovery target. Supported values are:

  • aws/s3/bucket
Property Value
Type Description
DataSourceType

Disabled

public Disabled Disabled { get; set; }

Disable profiling for resources that match this filter.

Property Value
Type Description
Disabled

Filter

public DiscoveryOtherCloudFilter Filter { get; set; }

Required. The resources that the discovery cadence applies to. The first target with a matching filter will be the one to apply to a resource.

Property Value
Type Description
DiscoveryOtherCloudFilter

GenerationCadence

public DiscoveryOtherCloudGenerationCadence GenerationCadence { get; set; }

How often and when to update data profiles. New resources that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

Property Value
Type Description
DiscoveryOtherCloudGenerationCadence