Os Policy Assignment Os Policy Resource Group Resource Exec Validate File
data class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFile(val allowInsecure: Boolean? = null, val gcs: OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcs? = null, val localPath: String? = null, val remote: OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemote? = null)
Constructors
Link copied to clipboard
constructor(allowInsecure: Boolean? = null, gcs: OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcs? = null, localPath: String? = null, remote: OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemote? = null)
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. Structure is documented below.
Link copied to clipboard
A generic remote file. Structure is documented below.