Prevention Discovery Config Target Cloud Storage Target Conditions Cloud Storage Conditions Args
data class PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs(val includedBucketAttributes: Output<List<String>>? = null, val includedObjectAttributes: Output<List<String>>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs>
Properties
Link copied to clipboard
Only objects with the specified attributes will be scanned. Defaults to ALL_SUPPORTED_BUCKETS if unset. Each value may be one of: ALL_SUPPORTED_BUCKETS
, AUTOCLASS_DISABLED
, AUTOCLASS_ENABLED
.
Link copied to clipboard
Only objects with the specified attributes will be scanned. If an object has one of the specified attributes but is inside an excluded bucket, it will not be scanned. Defaults to ALL_SUPPORTED_OBJECTS. A profile will be created even if no objects match the included_object_attributes. Each value may be one of: ALL_SUPPORTED_OBJECTS
, STANDARD
, NEARLINE
, COLDLINE
, ARCHIVE
, REGIONAL
, MULTI_REGIONAL
, DURABLE_REDUCED_AVAILABILITY
.