Documentfields
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Pod | String | Name of the pod. | [optional] |
| Org | String | Name of the tenant. | [optional] |
| Type | Documenttype | [optional] | |
| Type | Documenttype | [optional] | |
| Version | String | Version 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