mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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-service-desk-source | ServiceDeskSource | ServiceDeskSource | ServiceDeskSource | powershellsdk |
|
/tools/sdk/powershell/v2024/models/service-desk-source |
|
ServiceDeskSource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "SOURCE" ] | DTO type of source for service desk integration template. | [optional] |
| Id | String | ID of source for service desk integration template. | [optional] |
| Name | String | Human-readable name of source for service desk integration template. | [optional] |
Examples
- Prepare the resource
$ServiceDeskSource = Initialize-V2024ServiceDeskSource -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
- Convert the resource to JSON
$ServiceDeskSource | ConvertTo-JSON