Skip to main content
Version: Latest Version (2.9.1)

highbond_asset_type (Data Source)

Schema

Required

symbolic_nameString The symbolic name for this asset type

Read-Only

admin_notesString Administrator's notes on the asset type
categoryString Category to group the asset type under. The default category is 'assets'
collection_idString The collection id associated with the asset type used for sending assessment questionnaires
created_atString The date the asset type was created
created_byString The user ID of the user who created this asset type
descriptionString The description of the asset type
display_nameString The name that will be displayed for this asset type
idString The ID of the asset type
is_archivedBoolean Whether or not this asset type is archived
is_availableBoolean This flag can be used to check if data source is available or not
nameString The name of the asset type
updated_atString The date the asset type was updated
updated_byString The user ID of the last user who updated this asset type
workflow_idString The UUID of the Workflow that will manage the state for assets created using this asset type

Example Usage

data "highbond_asset_type" "example" {
symbolic_name = "asset_type_symbolic_name"
}