ContextAttributeDto
Import this model from the entry point of its package:
import { ContextAttributeDto } from '@sailpoint/angular-sdk/identities';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attribute | (optional) string | The name of the attribute | [default to undefined] |
| value | (optional) ContextAttributeDtoValue | [default to undefined] | |
| derived | (optional) boolean | True if the attribute was derived. | [default to false] |