Skip to main content

PendingapprovalMaxPermittedAccessDuration

Properties

NameTypeDescriptionNotes
ValueInt32The numeric value of the duration.[optional]
TimeUnitEnum [ "HOURS", "DAYS", "WEEKS", "MONTHS" ]The time unit for the duration.[optional]

Examples

  • Prepare the resource
$PendingapprovalMaxPermittedAccessDuration = Initialize-PendingapprovalMaxPermittedAccessDuration  -Value 5 `
-TimeUnit DAYS
  • Convert the resource to JSON
$PendingapprovalMaxPermittedAccessDuration | ConvertTo-JSON

[Back to top]