Accessactionconfiguration
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RemoveAllAccessEnabled | Boolean | If true, then all accesses are marked for removal. | [optional] [default to $false] |
Examples
- Prepare the resource
$Accessactionconfiguration = Initialize-Accessactionconfiguration -RemoveAllAccessEnabled true
- Convert the resource to JSON
$Accessactionconfiguration | ConvertTo-JSON