DimensionAttribute
Import this model from the entry point of its package:
import { DimensionAttribute } from '@sailpoint/angular-sdk/roles';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | Name of the attribute | [default to undefined] |
| displayName | (optional) string | Display name of the attribute | [default to undefined] |
| derived | (optional) boolean | If an attribute is derived, its value comes from the identity. Otherwise, it can be provided with access request | [default to true] |