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]