Skip to main content

DimensionAttribute

Import this model from the entry point of its package:

import { DimensionAttribute } from '@sailpoint/angular-sdk/roles';

Properties

NameTypeDescriptionNotes
name(optional) stringName of the attribute[default to undefined]
displayName(optional) stringDisplay name of the attribute[default to undefined]
derived(optional) booleanIf an attribute is derived, its value comes from the identity. Otherwise, it can be provided with access request[default to true]