mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 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-lite | NonEmployeeSourceLite | NonEmployeeSourceLite | NonEmployeeSourceLite | powershellsdk |
|
/tools/sdk/powershell/v2024/models/non-employee-source-lite |
|
NonEmployeeSourceLite
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Non-Employee source id. | [optional] |
| SourceId | String | Source Id associated with this non-employee source. | [optional] |
| Name | String | Source name associated with this non-employee source. | [optional] |
| Description | String | Source description associated with this non-employee source. | [optional] |
Examples
- Prepare the resource
$NonEmployeeSourceLite = Initialize-V2024NonEmployeeSourceLite -Id a0303682-5e4a-44f7-bdc2-6ce6112549c1 `
-SourceId 2c91808568c529c60168cca6f90c1313 `
-Name Retail `
-Description Source description
- Convert the resource to JSON
$NonEmployeeSourceLite | ConvertTo-JSON