The JSON:API attributes of the asset.

Hierarchy

  • AssetAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
arch?: string

Asset architecture.

environments: string[]

List of environments where the asset is deployed.

name: string

Asset name.

operatingSystem?: AssetOperatingSystem

Asset operating system.

risks: AssetRisks

Asset risks.

type: AssetType

The asset type

version?: AssetVersion

Asset version.

Generated using TypeDoc