HostAssetResourceOutput interface

The items in the current page of results.

Extends

Properties

asset

asset

kind

The kind of AssetResource

Inherited Properties

auditTrail

The history of how this asset was pulled into the workspace through the discovery process.

createdDate

The date this asset was first added to this workspace.

discoGroupName

The name of the DiscoGroup that brought added this asset to the workspace.

displayName

The name that can be used for display purposes.

externalId

An optional customer provided identifier for this asset.

id

The system generated unique id for the resource.

labels

Customer labels assigned to this asset.

name

The caller provided unique name for the resource.

reason
state

Possible values: "archived"

updatedDate

The date this asset was last updated for this workspace.

uuid

Global UUID for the asset.

wildcard

An indicator of whether this asset represents a wildcard rollup of assets on this domain.

Property Details

asset

asset

asset: HostAssetOutput

Property Value

kind

The kind of AssetResource

kind: "host"

Property Value

"host"

Inherited Property Details

auditTrail

The history of how this asset was pulled into the workspace through the discovery process.

auditTrail?: AuditTrailItemOutput[]

Property Value

Inherited From AssetResourceOutputParent.auditTrail

createdDate

The date this asset was first added to this workspace.

createdDate?: string

Property Value

string

Inherited From AssetResourceOutputParent.createdDate

discoGroupName

The name of the DiscoGroup that brought added this asset to the workspace.

discoGroupName?: string

Property Value

string

Inherited From AssetResourceOutputParent.discoGroupName

displayName

The name that can be used for display purposes.

displayName?: string

Property Value

string

Inherited From AssetResourceOutputParent.displayName

externalId

An optional customer provided identifier for this asset.

externalId?: string

Property Value

string

Inherited From AssetResourceOutputParent.externalId

id

The system generated unique id for the resource.

id: string

Property Value

string

Inherited From AssetResourceOutputParent.id

labels

Customer labels assigned to this asset.

labels?: string[]

Property Value

string[]

Inherited From AssetResourceOutputParent.labels

name

The caller provided unique name for the resource.

name?: string

Property Value

string

Inherited From AssetResourceOutputParent.name

reason

reason?: string

Property Value

string

Inherited From AssetResourceOutputParent.reason

state

Possible values: "archived"

state?: string

Property Value

string

Inherited From AssetResourceOutputParent.state

updatedDate

The date this asset was last updated for this workspace.

updatedDate?: string

Property Value

string

Inherited From AssetResourceOutputParent.updatedDate

uuid

Global UUID for the asset.

uuid?: string

Property Value

string

Inherited From AssetResourceOutputParent.uuid

wildcard

An indicator of whether this asset represents a wildcard rollup of assets on this domain.

wildcard?: boolean

Property Value

boolean

Inherited From AssetResourceOutputParent.wildcard