Os Policy Assignment Os Policy Resource Group Resource Pkg Msi Source Args
data class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgs(val allowInsecure: Output<Boolean>? = null, val gcs: Output<OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgs>? = null, val localPath: Output<String>? = null, val remote: Output<OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgs>? = null) : ConvertibleToJava<OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgs>
Constructors
Link copied to clipboard
constructor(allowInsecure: Output<Boolean>? = null, gcs: Output<OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgs>? = null, localPath: Output<String>? = null, remote: Output<OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgs>? = 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.