Skip to main content

NonEmployeeSchemaAttributeBody

Import this model from the entry point of its package:

import { NonEmployeeSchemaAttributeBody } from '@sailpoint/angular-sdk/non_employee_lifecycle_management';

Properties

NameTypeDescriptionNotes
typestringType of the attribute. Only type 'TEXT' is supported for custom attributes.[default to undefined]
labelstringLabel displayed on the UI for this schema attribute.[default to undefined]
technicalNamestringThe technical name of the attribute. Must be unique per source.[default to undefined]
helpText(optional) stringhelp text displayed by UI.[default to undefined]
placeholder(optional) stringHint text that fills UI box.[default to undefined]
required(optional) booleanIf true, the schema attribute is required for all non-employees in the source[default to undefined]