Skip to main content

Accessactionconfiguration

Properties

NameTypeDescriptionNotes
RemoveAllAccessEnabledBooleanIf 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

[Back to top]