Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 717 Bytes

PostOrgsRequest.md

File metadata and controls

executable file
·
25 lines (19 loc) · 717 Bytes

PostOrgsRequest

Properties

Name Type Description Notes
Name String [optional]
Description String [optional]
Domains Int32[] List of domain IDs belonging to the organization [optional]

Examples

  • Prepare the resource
$PostOrgsRequest = Initialize-GrommunioAdminPostOrgsRequest  -Name null `
 -Description null `
 -Domains null
  • Convert the resource to JSON
$PostOrgsRequest | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]