SourceSubtypeWithSourceSource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "SOURCE" ] | Type of the reference object. | [optional] |
| Id | String | Unique identifier for the source. | [optional] |
| Name | String | Name of the source. | [optional] |
Examples
- Prepare the resource
$SourceSubtypeWithSourceSource = Initialize-SourceSubtypeWithSourceSource -Type SOURCE `
-Id 6d0458373bec4b4b80460992b76016da `
-Name Test Source
- Convert the resource to JSON
$SourceSubtypeWithSourceSource | ConvertTo-JSON