Interface protos.google.cloud.osconfig.v1.IInventory (3.17.0)

Properties of an Inventory.

Package

@google-cloud/asset!

Properties

items

items?: ({ [k: string]: google.cloud.osconfig.v1.Inventory.IItem }|null);

Inventory items

Property Value
TypeDescription
({ [k: string]: google.cloud.osconfig.v1.Inventory.IItem }|null)

osInfo

osInfo?: (google.cloud.osconfig.v1.Inventory.IOsInfo|null);

Inventory osInfo

Property Value
TypeDescription
(google.cloud.osconfig.v1.Inventory.IOsInfo|null)