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]