Prevention Discovery Config Target Cloud Storage Target Conditions
data class PreventionDiscoveryConfigTargetCloudStorageTargetConditions(val cloudStorageConditions: PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditions? = null, val createdAfter: String? = null, val minAge: String? = null)
Constructors
Link copied to clipboard
constructor(cloudStorageConditions: PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditions? = null, createdAfter: String? = null, minAge: String? = null)
Properties
Link copied to clipboard
val cloudStorageConditions: PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditions? = null
Cloud Storage conditions. Structure is documented below.
Link copied to clipboard
File store must have been created after this date. Used to avoid backfilling. A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.