A custom attribute configuration that defines an organization-specific metadata field on cases. Custom attributes are scoped to a case type and can hold text, URLs, numbers, or predefined select options.

Hierarchy

  • CustomAttributeConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Attributes of a custom attribute configuration, defining an organization-specific metadata field that can be added to cases of a given type.

id?: string

Custom attribute configs identifier

JSON:API resource type for custom attribute configurations.

Generated using TypeDoc