Google Cloud Security Command Center v1 API - Class File.Types.DiskPath (3.20.0)

public sealed class File.Types.DiskPath : IMessage<File.Types.DiskPath>, IEquatable<File.Types.DiskPath>, IDeepCloneable<File.Types.DiskPath>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class File.Types.DiskPath.

Path of the file in terms of underlying disk/partition identifiers.

Inheritance

object > File.Types.DiskPath

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

DiskPath()

public DiskPath()

DiskPath(DiskPath)

public DiskPath(File.Types.DiskPath other)
Parameter
NameDescription
otherFileTypesDiskPath

Properties

PartitionUuid

public string PartitionUuid { get; set; }
Property Value
TypeDescription
string

RelativePath

public string RelativePath { get; set; }

Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh

Property Value
TypeDescription
string