PendingapprovalMaxPermittedAccessDuration
The maximum duration for which the access is permitted.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| value | int | The numeric value of the duration. | [optional] |
| time_unit | Enum [ 'HOURS', 'DAYS', 'WEEKS', 'MONTHS' ] | The time unit for the duration. | [optional] |
| } |
Example
from sailpoint.access_request_approvals.models.pendingapproval_max_permitted_access_duration import PendingapprovalMaxPermittedAccessDuration
pendingapproval_max_permitted_access_duration = PendingapprovalMaxPermittedAccessDuration(
value=5,
time_unit='DAYS'
)