Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 764 Bytes

Org.md

File metadata and controls

executable file
·
27 lines (21 loc) · 764 Bytes

Org

Properties

Name Type Description Notes
ID Int32 Unique ID of the object [optional] [readonly]
Name String [optional]
Description String [optional]
Domains Domain1[] List of domains belonging to the organization [optional]

Examples

  • Prepare the resource
$Org = Initialize-GrommunioAdminOrg  -ID null `
 -Name null `
 -Description null `
 -Domains null
  • Convert the resource to JSON
$Org | ConvertTo-JSON

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