AccessDuration
Import this model from the entry point of its package:
import { AccessDuration } from '@sailpoint/angular-sdk/dimensions';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| value | (optional) number | The numeric value representing the amount of time, which is defined in the timeUnit. | [default to undefined] |
| timeUnit | (optional) string | The unit of time that corresponds to the value. It defines the scale of the time period. | [default to undefined] |