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-ServiceDeskSource -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
- Convert the resource to JSON
$ServiceDeskSource | ConvertTo-JSON