Page tree
Skip to end of metadata
Go to start of metadata

A name and value pair that can be assigned as an attribute to various objects in the system.

Name

Type

Description

Constraints

name

String

The name of the attribute.

required

value

String

The value of the attribute. Note that although provided here as a string, you may need to convert it into a specific type to work with a specific request. If the value is not sent with the expected data type, an error can occur.

required

  • No labels