GuestPoliciesRecipeArtifactGcs

data class GuestPoliciesRecipeArtifactGcs(val bucket: String? = null, val generation: Int? = null, val object: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String? = null, generation: Int? = null, object: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null

Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be my-bucket.

Link copied to clipboard
val generation: Int? = null

Must be provided if allowInsecure is false. Generation number of the Google Cloud Storage object. https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be 1234567.

Link copied to clipboard
val object: String? = null

Name of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be foo/bar.