Skip to main content
Version: Latest Version (2.9.1)

highbond_asset_record_type (Data Source)

Schema

Required

symbolic_nameString The symbolic name for this asset record type

Read-Only

admin_notesString Administrator's notes on the asset record type
created_atString The date the asset record type was created
created_byString The user ID of the user who created this asset record typ
descriptionString The description of the asset record type
display_nameString The name that will be displayed for this asset record type
idString The ID of the asset type
is_archivedBoolean Whether or not this asset record type is archived
is_availableBoolean This flag can be used to check if data source is available or not
is_rootBoolean Whether or not this is a root asset record type
nameString The name of the asset record type
permitted_parentsList of Object Array containing the parents that are permitted in parent-child relationship configurations with this asset record type
Nested Schema for `permitted_parents`

Read-Only

target_idString
target_typeString
updated_atString The date the asset record type was updated
updated_byString The user ID of the last user who updated this asset record type
workflow_idString The UUID of the Workflow that will manage the state for records created using this asset record type

Example Usage

data "highbond_asset_record_type" "example" {
symbolic_name = "asset_record_type_symbolic_name"
}