mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1023 B
1023 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-access-action-configuration | AccessActionConfiguration | AccessActionConfiguration | AccessActionConfiguration | powershellsdk |
|
/tools/sdk/powershell/v2025/models/access-action-configuration |
|
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-V2025AccessActionConfiguration -RemoveAllAccessEnabled true
- Convert the resource to JSON
$AccessActionConfiguration | ConvertTo-JSON