Datadictionaryfieldlistitem
Import this model from the entry point of its package:
import { Datadictionaryfieldlistitem } from '@sailpoint/angular-sdk/data_access_security';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The unique field name. | [default to undefined] |
| fieldType | string | The field data type. Custom fields are always String. | [default to undefined] |
| dataDictionaryType | string | The data dictionary that owns this field. | [default to undefined] |
| required | boolean | Whether the field is required. Custom fields returned by list are always false. | [default to undefined] |