Skip to main content

Documentfields

Properties

NameTypeDescriptionNotes
PodStringName of the pod.[optional]
OrgStringName of the tenant.[optional]
TypeDocumenttype[optional]
TypeDocumenttype[optional]
VersionStringVersion number.[optional]

Examples

  • Prepare the resource
$Documentfields = Initialize-Documentfields  -Pod pod01-useast1 `
-Org org-name `
-Type null `
-Type null `
-Version v2
  • Convert the resource to JSON
$Documentfields | ConvertTo-JSON

[Back to top]