Skip to main content

RequestOnBehalfOfConfig

Properties

NameTypeDescriptionNotes
AllowRequestOnBehalfOfAnyoneByAnyoneBooleanIf this is true, anyone can request access for anyone.[optional] [default to $false]
AllowRequestOnBehalfOfEmployeeByManagerBooleanIf this is true, a manager can request access for his or her direct reports.[optional] [default to $false]

Examples

  • Prepare the resource
$RequestOnBehalfOfConfig = Initialize-PSSailpoint.V2024RequestOnBehalfOfConfig  -AllowRequestOnBehalfOfAnyoneByAnyone true `
-AllowRequestOnBehalfOfEmployeeByManager true
  • Convert the resource to JSON
$RequestOnBehalfOfConfig | ConvertTo-JSON

[Back to top]