Share via


BinaryHardeningResult interface

Binary hardening of a firmware.

Properties

binaryHardeningId

ID for the binary hardening result.

executableArchitecture

The architecture of the binary being reported on.

executableClass

The executable class to indicate 32 or 64 bit.

filePath

The path to the binary in the firmware.

provisioningState

The status of the last operation.

rpath

The rpath property of the uploaded binary, which is a deprecated method of specifying additional paths to load objects at runtime.

runpath

The runpath property of the uploaded binary, which is a method of specifying additional paths to load objects at runtime.

securityHardeningFeatures

The security hardening features of the binary.

Property Details

binaryHardeningId

ID for the binary hardening result.

binaryHardeningId?: string

Property Value

string

executableArchitecture

The architecture of the binary being reported on.

executableArchitecture?: string

Property Value

string

executableClass

The executable class to indicate 32 or 64 bit.

executableClass?: string

Property Value

string

filePath

The path to the binary in the firmware.

filePath?: string

Property Value

string

provisioningState

The status of the last operation.

provisioningState?: string

Property Value

string

rpath

The rpath property of the uploaded binary, which is a deprecated method of specifying additional paths to load objects at runtime.

rpath?: string

Property Value

string

runpath

The runpath property of the uploaded binary, which is a method of specifying additional paths to load objects at runtime.

runpath?: string

Property Value

string

securityHardeningFeatures

The security hardening features of the binary.

securityHardeningFeatures?: BinaryHardeningFeatures

Property Value