CryptoCertificates interface

Interface representing a CryptoCertificates.

Methods

listByFirmware(string, string, string, CryptoCertificatesListByFirmwareOptionalParams)

Lists cryptographic certificate analysis results found in a firmware.

Method Details

listByFirmware(string, string, string, CryptoCertificatesListByFirmwareOptionalParams)

Lists cryptographic certificate analysis results found in a firmware.

function listByFirmware(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: CryptoCertificatesListByFirmwareOptionalParams): PagedAsyncIterableIterator<CryptoCertificateResource, CryptoCertificateResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the firmware analysis workspace.

firmwareId

string

The id of the firmware.

options
CryptoCertificatesListByFirmwareOptionalParams

The options parameters.

Returns