Skip to main content

Attributes

This article details the type of attributes a data model can have in a Brinqa Platform, and how to create or edit data model attributes. See Attribute references for the list of attributes each data model has.

What are attributes?

Attributes define the properties and the metadata of each data model in the Brinqa Platform.

To begin working with data model attributes, navigate to Administration admin button on the upper-right corner and under Data, click Models. Click the data model for which you want to view or edit the attributes and click Attributes.

The attributes page allows you to create, edit, delete, or order attributes. The following table describes the columns on the attributes page:

Table 1: Attribute list view details

ColumnsDescription
OrderThe order in which the attributes display in views. You can order the attributes by dragging them up or down the list.
TitleThe title of the attribute.
NameThe name of the attribute.
TypeThe type of the attribute.
RequiredWhether the attribute is required for the data model.

Attribute types

The following attribute types are available when creating new attributes or changing the type of existing attributes:

Table 2: Attribute types

Type         Description
AttachmentsSupports attaching files to a record.
Auto NumberAutomatically assigns a unique number to each record.
BQL PredicateA special attribute type for the SLA and Risk factor data models to ensure proper Brinqa condition language syntax.
CalculatedPerforms calculation based on other values or attributes.
CommentsCaptures and displays user comments.
CurrencyDisplays a number in the currency format. You can configure the length and decimal places.
Data SourceRepresents the data source providing the data.
DateDisplays date in the dd MMM yyyy format.
Date/TimeDisplays date and time in the dd MMM yyyy hh:mm aa format.
EmailDisplays email addresses with a default of 320 characters.
HTMLDisplays strings with a built-in HTML editor.
LabelsDisplays any combination of letters, numbers, or symbols representing a tag.
Master DetailDefines a parent-child relationship between datasets where the parent dataset controls certain behaviors of the child dataset. For example, when a parent dataset is deleted, its child datasets are also deleted.
Multiple ChoiceDisplays a list of choices where multiple selections are allowed.
NumberDisplays a number. You can configure the length and decimal places.
PasswordDisplays a text field that stores passwords with one-way encryption. One-way encryption stores the password as a secure hash value that cannot be decrypted.
PercentageDisplays a number representing percentage. You can configure the length and decimal places.
PhoneDisplays a text field that provides formatting and validation for telephone numbers.
ReferenceStores a reference to an attribute of another data model. For example, the Targets attribute of the Vulnerability data model has a reference to the Host data model.
Simple ChoiceDisplays a list of choices where a single selection is allowed.
StatusDisplays a list of choices and default values representing statuses.
TextDisplays any combination of letters, numbers, or symbols. You can set a maximum length. The default is 256 characters.
Text AreaDisplays any combination of letters, numbers, or symbols that display on multiple lines. You can set the maximum length and number of visible lines. The default is 500 characters and 3 visible lines.
TimeDisplays the time of day.
True FalseProvides a true or false selection.
URLDisplays a clickable Uniform Resource Locator (URL). The URL opens in a separate browser window or tab when clicked. The default length is 2048 characters.
Unique IdentifierA special attribute type to enforce uniqueness of the attribute.

Attribute options

An attribute contains the following options:

Table 3: Attribute options

OptionDescription
ActiveMarks the attribute as active. Inactive attributes do not lose their values, but they are not shown on views and are not included in calculations.
ExportableIndicates whether the attribute can be exported to a seperate data model.
HiddenMarks that the attribute is hidden. Hidden attributes are not displayed in views.
IndexEnables full-text searching for this attribute.
Read onlyMarks the attribute as read only. Users cannot edit read-only attributes.
RequiredMarks that the attribute is required for the data model.
Track HistoryEnables tracking of every change for the attribute.

Create a new attribute

  1. Navigate to Administration admin icon on the upper-right corner and under Data, click Models.

  2. Locate and click the data model to which you want to add an attribute.

  3. Click Attributes on the navigation menu.

  4. Click Create.

    • Title: The title of the attribute.

    • Name: The name populates using the attribute's title. The name can only contain alphanumeric characters and must be unique for a given data model. It must begin with a letter and not include spaces, symbols, or underscores.

    • Description: The description of the attribute.

    • Help: The text that appears on the list pages.

    • Type: The type of the attribute. Select an attribute type from the list. See Attribute types for additional information.

    • Default renderer: The default renderer for the attribute. The renderer determines how the attribute displays on the list or show page.

    • Options: The options available for the attribute. See Attribute options for additional information.

  5. Click Create.

The attributes page reloads and you can drag the newly created attribute up or down on the table to set the order. Attribute order is used when performing calculations.

Edit or delete an attribute

You can edit or delete existing attributes if the data model does not extend another data model. Hold the pointer over the entry and click Edit or Delete to modify an existing attribute.

When a data model extends another data model, the attributes exist on the parent data model, so you cannot edit the attributes in the child data model. You can, however, use the Override option to change the behavior of that attribute for the child.