OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs

data class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs(val sha256Checksum: Output<String>? = null, val uri: Output<String>) : ConvertibleToJava<OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs>

Constructors

constructor(sha256Checksum: Output<String>? = null, uri: Output<String>)

Properties

Link copied to clipboard
val sha256Checksum: Output<String>? = null

SHA256 checksum of the remote file.

Link copied to clipboard
val uri: Output<String>

URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.

Functions

Link copied to clipboard
open override fun toJava(): OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs