OSPolicyResourceFileRemoteResponse

data class OSPolicyResourceFileRemoteResponse(val sha256Checksum: String, val uri: String)

Specifies a file available via some URI.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SHA256 checksum of the remote file.

Link copied to clipboard
val uri: String

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