SearchAttributeConfig
Import this model from the entry point of its package:
import { SearchAttributeConfig } from '@sailpoint/angular-sdk/search_attribute_configuration';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | Name of the new attribute | [default to undefined] |
| displayName | (optional) string | The display name of the new attribute | [default to undefined] |
| applicationAttributes | (optional) object | Map of application id and their associated attribute. | [default to undefined] |