Class OSPolicyResourceFileRemote
Specifies a file available via some URI.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class OSPolicyResourceFileRemote : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Sha256Checksum
SHA256 checksum of the remote file.
Declaration
[JsonProperty("sha256Checksum")]
public virtual string Sha256Checksum { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
Required. 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 |