Class SoftwareRecipeArtifactRemote
Specifies an artifact available via some URI.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class SoftwareRecipeArtifactRemote : IDirectResponseSchema
Properties
Checksum
Must be provided if allow_insecure
is false
. SHA256 checksum in hex format, to compare to the checksum
of the artifact. If the checksum is not empty and it doesn't match the artifact then the recipe installation
fails before running any of the steps.
Declaration
[JsonProperty("checksum")]
public virtual string Checksum { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |