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 Security Command Center v2 API class File.Types.DiskPath.
Path of the file in terms of underlying disk/partition identifiers.
Implements
IMessageFileTypesDiskPath, IEquatableFileTypesDiskPath, IDeepCloneableFileTypesDiskPath, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
DiskPath()
public DiskPath()
DiskPath(DiskPath)
public DiskPath(File.Types.DiskPath other)
Parameter | |
---|---|
Name | Description |
other |
FileTypesDiskPath |
Properties
PartitionUuid
public string PartitionUuid { get; set; }
UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |