mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.9 KiB
1.9 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-non-employee-source | NonEmployeeSource | NonEmployeeSource | NonEmployeeSource | powershellsdk |
|
/tools/sdk/powershell/v2024/models/non-employee-source |
|
NonEmployeeSource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | Non-Employee source id. | [optional] |
| SourceId | Pointer to String | Source Id associated with this non-employee source. | [optional] |
| Name | Pointer to String | Source name associated with this non-employee source. | [optional] |
| Description | Pointer to String | Source description associated with this non-employee source. | [optional] |
| Approvers | Pointer to []NonEmployeeIdentityReferenceWithId | List of approvers | [optional] |
| AccountManagers | Pointer to []NonEmployeeIdentityReferenceWithId | List of account managers | [optional] |
| Modified | Pointer to System.DateTime | When the request was last modified. | [optional] |
| Created | Pointer to System.DateTime | When the request was created. | [optional] |
Examples
- Prepare the resource
$NonEmployeeSource = Initialize-PSSailpoint.V2024NonEmployeeSource -Id a0303682-5e4a-44f7-bdc2-6ce6112549c1 `
-SourceId 2c91808568c529c60168cca6f90c1313 `
-Name Retail `
-Description Source description `
-Approvers null `
-AccountManagers null `
-Modified 2019-08-23T18:52:59.162Z `
-Created 2019-08-23T18:40:35.772Z
- Convert the resource to JSON
$NonEmployeeSource | ConvertTo-JSON