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-V2025AccessActionConfiguration  -RemoveAllAccessEnabled true
  • Convert the resource to JSON
$AccessActionConfiguration | ConvertTo-JSON

[Back to top]