OSPolicyResourceFileResponse

data class OSPolicyResourceFileResponse(val allowInsecure: Boolean, val gcs: OSPolicyResourceFileGcsResponse, val localPath: String, val remote: OSPolicyResourceFileRemoteResponse)

A remote or local file.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defaults to false. When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified.

Link copied to clipboard

A Cloud Storage object.

Link copied to clipboard

A local path within the VM to use.

Link copied to clipboard

A generic remote file.