HostAssetResourceOutput interface
The items in the current page of results.
- Extends
Inherited Properties
| audit |
The history of how this asset was pulled into the workspace through the discovery process. |
| created |
The date this asset was first added to this workspace. |
| disco |
The name of the DiscoGroup that brought added this asset to the workspace. |
| display |
The name that can be used for display purposes. |
| external |
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" |
| updated |
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
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
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