Skip to main content

SourceSubtypeWithSourceSource

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE" ]Type of the reference object.[optional]
IdStringUnique identifier for the source.[optional]
NameStringName 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

[Back to top]