Dimension
Import this model from the entry point of its package:
import { Dimension } from '@sailpoint/angular-sdk/dimensions';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | The id of the Dimension. This field must be left null when creating a dimension, otherwise a 400 Bad Request error will result. | [default to undefined] |
| name | string | The human-readable display name of the Dimension | [default to undefined] |
| created | (optional) string | Date the Dimension was created | [readonly] [default to undefined] |
| modified | (optional) string | Date the Dimension was last modified. | [readonly] [default to undefined] |
| description | (optional) string | A human-readable description of the Dimension | [default to undefined] |
| owner | OwnerReference | [default to undefined] | |
| accessProfiles | (optional) Array<AccessProfileRef> | [default to undefined] | |
| entitlements | (optional) Array<EntitlementRef> | [default to undefined] | |
| membership | (optional) DimensionMembershipSelector | [default to undefined] | |
| parentId | (optional) string | The ID of the parent role. This field can be left null when creating a dimension, but if provided, it must match the role ID specified in the path variable of the API call. | [default to undefined] |