SourceSubtype
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | Unique identifier for the subtype. | [optional] |
SourceId | String | The ID of the source. | [optional] [readonly] |
TechnicalName | String | Technical name of the subtype. | [required] |
DisplayName | String | Display name of the subtype. | [required] |
Description | String | Description of the subtype. | [required] |
Created | System.DateTime | Creation timestamp. | [optional] |
Modified | System.DateTime | Last modified timestamp. | [optional] |
Examples
- Prepare the resource
$SourceSubtype = Initialize-V2025SourceSubtype -Id 43bdd144-4b17-4fce-a744-17c7fd3e717b `
-SourceId null `
-TechnicalName foo `
-DisplayName Mr Foo `
-Description fighters `
-Created 2025-07-28T16:13:42.801300Z `
-Modified 2025-07-28T16:13:42.750850Z
- Convert the resource to JSON
$SourceSubtype | ConvertTo-JSON