Name |
Type |
Description |
Notes |
ID |
Int32 |
Unique ID of the object |
[optional] [readonly] |
OrgID |
Int32 |
|
[optional] [default to 0] |
Domainname |
String |
Name of the domain, automatically converted to IDNA format |
[optional] |
Displayname |
String |
Decoded unicode domain name |
[optional] [readonly] |
Homedir |
String |
|
[optional] [readonly] |
MaxUser |
Int32 |
|
[optional] |
Title |
String |
|
[optional] |
Address |
String |
|
[optional] |
AdminName |
String |
|
[optional] |
Tel |
String |
|
[optional] |
EndDay |
String |
Date string |
[optional] |
DomainStatus |
Int32 |
Domain status (0=Normal, 1=Suspended, 2=Out Of Date, 3=Deleted) |
[optional] [default to 0] |
ActiveUsers |
Int32 |
|
[optional] [readonly] |
InactiveUsers |
Int32 |
|
[optional] [readonly] |
SyncPolicy |
DomainCommonSyncPolicy |
|
[optional] |
Chat |
Boolean |
Whether chat is enabled for this domain |
[optional] |
$DomainCommon = Initialize-GrommunioAdminDomainCommon -ID null `
-OrgID null `
-Domainname null `
-Displayname null `
-Homedir null `
-MaxUser null `
-Title null `
-Address null `
-AdminName null `
-Tel null `
-EndDay null `
-DomainStatus null `
-ActiveUsers null `
-InactiveUsers null `
-SyncPolicy null `
-Chat null
- Convert the resource to JSON
$DomainCommon | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to README]