highbond_asset_record_type (Data Source)
Schema
Required
| symbolic_name | String | The symbolic name for this asset record type |
Read-Only
| admin_notes | String | Administrator's notes on the asset record type | ||||||
| created_at | String | The date the asset record type was created | ||||||
| created_by | String | The user ID of the user who created this asset record typ | ||||||
| description | String | The description of the asset record type | ||||||
| display_name | String | The name that will be displayed for this asset record type | ||||||
| id | String | The ID of the asset type | ||||||
| is_archived | Boolean | Whether or not this asset record type is archived | ||||||
| is_available | Boolean | This flag can be used to check if data source is available or not | ||||||
| is_root | Boolean | Whether or not this is a root asset record type | ||||||
| name | String | The name of the asset record type | ||||||
| permitted_parents | List 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
| ||||||||
| updated_at | String | The date the asset record type was updated | ||||||
| updated_by | String | The user ID of the last user who updated this asset record type | ||||||
| workflow_id | String | 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"
}
