OSPolicy Resource File Response
data class OSPolicyResourceFileResponse(val allowInsecure: Boolean, val gcs: OSPolicyResourceFileGcsResponse, val localPath: String, val remote: OSPolicyResourceFileRemoteResponse)
A remote or local file.
Constructors
Link copied to clipboard
constructor(allowInsecure: Boolean, gcs: OSPolicyResourceFileGcsResponse, localPath: String, remote: OSPolicyResourceFileRemoteResponse)
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 generic remote file.