Skip to content

Latest commit

 

History

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

Domain1.md

File metadata and controls

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

Domain1

Properties

Name Type Description Notes
ID Int32 Unique ID of the object [optional] [readonly]
Domainname String [optional]
Displayname String [optional]

Examples

  • Prepare the resource
$Domain1 = Initialize-GrommunioAdminDomain1  -ID null `
 -Domainname null `
 -Displayname null
  • Convert the resource to JSON
$Domain1 | ConvertTo-JSON

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