Magidoc

CustomAttributeDefinition
Object

A custom attribute definition.

Fields

#

id

ID !
Non-null

The id of this definition.

name

The name of this custom attribute type.

defaultValue

An optional default value.

dataType

Non-null

A simple attribute value type: text, enum

systemTypes

Non-null

For which monitored system type the custom attribute can be used.

mandatory

Non-null

Whether this attribute is mandatory or not.

maxLength

An optional max length for a value.

values

[ String !]

If this is a enum (see datatype) this list contains the possible values for a custom attribute. If this is any other datatype the field will be null.

Usages

#

References

#

  • Field customAttributeDefinitions from Query
  • Field customAttributeDefinition from Query