Accessduration
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Value | Int32 | The numeric value representing the amount of time, which is defined in the timeUnit. | [optional] |
| TimeUnit | Enum [ "HOURS", "DAYS", "WEEKS", "MONTHS" ] | The unit of time that corresponds to the value. It defines the scale of the time period. | [optional] |
Examples
- Prepare the resource
$Accessduration = Initialize-Accessduration -Value 6 `
-TimeUnit MONTHS
- Convert the resource to JSON
$Accessduration | ConvertTo-JSON