Package-level declarations

Types

Link copied to clipboard
data class GetFirmwareResult(val azureApiVersion: String, val description: String? = null, val fileName: String? = null, val fileSize: Double? = null, val id: String, val model: String? = null, val name: String, val provisioningState: String, val status: String? = null, val statusMessages: List<StatusMessageResponse>? = null, val systemData: SystemDataResponse, val type: String, val vendor: String? = null, val version: String? = null)

Firmware definition

Link copied to clipboard
data class GetWorkspaceResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Firmware analysis workspace.

Link copied to clipboard
data class StatusMessageResponse(val errorCode: Double? = null, val message: String? = null)

Error and status message

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.