Skip to main content

Intelmachinesourcewire

Properties

NameTypeDescriptionNotes
IdStringSource identifier.[required]
NameStringSource display name.[required]
TypeStringSource type label from upstream.[required]

Examples

  • Prepare the resource
$Intelmachinesourcewire = Initialize-Intelmachinesourcewire  -Id 60de165099e649cb828553a5e8510fc4 `
-Name Example Directory `
-Type DelimitedFile
  • Convert the resource to JSON
$Intelmachinesourcewire | ConvertTo-JSON

[Back to top]