OSPolicyResourceFileRemoteArgs

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

Specifies a file available via some URI.

Constructors

Link copied to clipboard
fun OSPolicyResourceFileRemoteArgs(sha256Checksum: Output<String>? = null, uri: Output<String>)

Functions

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

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}.