mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| request-on-behalf-of-config | RequestOnBehalfOfConfig | RequestOnBehalfOfConfig | RequestOnBehalfOfConfig | powershellsdk |
|
/tools/sdk/powershell/v3/models/request-on-behalf-of-config |
|
RequestOnBehalfOfConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AllowRequestOnBehalfOfAnyoneByAnyone | Boolean | If this is true, anyone can request access for anyone. | [optional] [default to $false] |
| AllowRequestOnBehalfOfEmployeeByManager | Boolean | If this is true, a manager can request access for his or her direct reports. | [optional] [default to $false] |
Examples
- Prepare the resource
$RequestOnBehalfOfConfig = Initialize-RequestOnBehalfOfConfig -AllowRequestOnBehalfOfAnyoneByAnyone true `
-AllowRequestOnBehalfOfEmployeeByManager true
- Convert the resource to JSON
$RequestOnBehalfOfConfig | ConvertTo-JSON