NonEmployeeSourceRequestBody
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | String | Name of non-employee source. | [required] |
Description | String | Description of non-employee source. | [required] |
Owner | NonEmployeeIdnUserRequest | [required] | |
ManagementWorkgroup | String | The ID for the management workgroup that contains source sub-admins | [optional] |
Approvers | []NonEmployeeIdnUserRequest | List of approvers. | [optional] |
AccountManagers | []NonEmployeeIdnUserRequest | List of account managers. | [optional] |
Examples
- Prepare the resource
$NonEmployeeSourceRequestBody = Initialize-PSSailpoint.V3NonEmployeeSourceRequestBody -Name Retail `
-Description Source description `
-Owner null `
-ManagementWorkgroup 123299 `
-Approvers null `
-AccountManagers null
- Convert the resource to JSON
$NonEmployeeSourceRequestBody | ConvertTo-JSON