BinaryHardeningSummaryResource Class

Definition

Properties for a binary hardening analysis summary.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningSummaryResourceTypeConverter))]
public class BinaryHardeningSummaryResource : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IBinaryHardeningSummaryResource, Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningSummaryResourceTypeConverter))>]
type BinaryHardeningSummaryResource = class
    interface IBinaryHardeningSummaryResource
    interface IJsonSerializable
    interface ISummaryResourceProperties
    interface IValidates
Public Class BinaryHardeningSummaryResource
Implements IBinaryHardeningSummaryResource, IValidates
Inheritance
BinaryHardeningSummaryResource
Attributes
Implements

Constructors

BinaryHardeningSummaryResource()

Creates an new BinaryHardeningSummaryResource instance.

Properties

Canary

Canary summary percentage

Nx

NX summary percentage

Pie

PIE summary percentage

Relro

RELRO summary percentage

Stripped

Stripped summary percentage

SummaryType

Describes the type of summary.

TotalFile

Total number of binaries that were analyzed

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BinaryHardeningSummaryResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BinaryHardeningSummaryResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IBinaryHardeningSummaryResource.

FromJsonString(String)

Creates a new instance of BinaryHardeningSummaryResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BinaryHardeningSummaryResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to