Class GoogleCloudSecuritycenterV2DiskPath
Path of the file in terms of underlying disk/partition identifiers.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2DiskPath : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PartitionUuid
UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
Declaration
[JsonProperty("partitionUuid")]
public virtual string PartitionUuid { get; set; }
Property Value
Type | Description |
---|---|
string |
RelativePath
Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
Declaration
[JsonProperty("relativePath")]
public virtual string RelativePath { get; set; }
Property Value
Type | Description |
---|---|
string |