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