GooglePrivacyDlpV2OtherCloudDiscoveryTarget class
Target used to match against for discovery of resources from other clouds.
An [AWS connector in Security Command Center (Enterprise](https://cloud.google.com/security-command-center/docs/connect-scc-to-aws) is required to use this feature.
Constructors
- GooglePrivacyDlpV2OtherCloudDiscoveryTarget.new({GooglePrivacyDlpV2DiscoveryOtherCloudConditions? conditions, GooglePrivacyDlpV2DataSourceType? dataSourceType, GooglePrivacyDlpV2Disabled? disabled, GooglePrivacyDlpV2DiscoveryOtherCloudFilter? filter, GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence? generationCadence})
- GooglePrivacyDlpV2OtherCloudDiscoveryTarget.fromJson(Map json_)
Properties
- conditions ↔ GooglePrivacyDlpV2DiscoveryOtherCloudConditions?
-
In addition to matching the filter, these conditions must be true before a
profile is generated.
getter/setter pair
- dataSourceType ↔ GooglePrivacyDlpV2DataSourceType?
-
The type of data profiles generated by this discovery target.
getter/setter pair
- disabled ↔ GooglePrivacyDlpV2Disabled?
-
Disable profiling for resources that match this filter.
getter/setter pair
- filter ↔ GooglePrivacyDlpV2DiscoveryOtherCloudFilter?
-
The resources that the discovery cadence applies to.
getter/setter pair
- generationCadence ↔ GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence?
-
How often and when to update data profiles.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited