PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditions

data class PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditions(val includedBucketAttributes: List<String>? = null, val includedObjectAttributes: List<String>? = null)

Constructors

constructor(includedBucketAttributes: List<String>? = null, includedObjectAttributes: List<String>? = null)

Types

Link copied to clipboard
object Companion

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.