Software Recipe Artifact Response
data class SoftwareRecipeArtifactResponse(val allowInsecure: Boolean, val gcs: SoftwareRecipeArtifactGcsResponse, val remote: SoftwareRecipeArtifactRemoteResponse)
Specifies a resource to be used in the recipe.
Constructors
Link copied to clipboard
constructor(allowInsecure: Boolean, gcs: SoftwareRecipeArtifactGcsResponse, remote: SoftwareRecipeArtifactRemoteResponse)
Properties
Link copied to clipboard
Defaults to false. When false, recipes are subject to validations based on the artifact type: Remote: A checksum must be specified, and only protocols with transport-layer security are permitted. GCS: An object generation number must be specified.
Link copied to clipboard
A Google Cloud Storage artifact.
Link copied to clipboard
A generic remote artifact.