Skip to main content

Basedocument

Properties

NameTypeDescriptionNotes
IdStringID of the referenced object.[required]
NameStringThe human readable name of the referenced object.[required]

Examples

  • Prepare the resource
$Basedocument = Initialize-Basedocument  -Id 2c91808375d8e80a0175e1f88a575222 `
-Name john.doe
  • Convert the resource to JSON
$Basedocument | ConvertTo-JSON

[Back to top]