Skip to main content

Fielddetailsdto

Properties

NameTypeDescriptionNotes
name(optional) stringThe name of the attribute.[default to undefined]
transform(optional) objectThe transform to apply to the field[default to undefined]
attributes(optional) objectAttributes required for the transform[default to undefined]
isRequired(optional) booleanFlag indicating whether or not the attribute is required.[readonly] [default to false]
type(optional) stringThe type of the attribute. string: For text-based data. int: For whole numbers. long: For larger whole numbers. date: For date and time values. boolean: For true/false values. secret: For sensitive data like passwords, which will be masked and encrypted.[default to undefined]
isMultiValued(optional) booleanFlag indicating whether or not the attribute is multi-valued.[default to false]