| 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] [default to ""] |
| Address |
String |
|
[optional] [default to ""] |
| AdminName |
String |
|
[optional] [default to ""] |
| Tel |
String |
|
[optional] [default to ""] |
| 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] |
| VirtualUsers |
Int32 |
|
[optional] [readonly] |
| SyncPolicy |
SyncPolicy |
|
[optional] |
| Chat |
Boolean |
Whether chat is enabled for this domain |
[optional] |
| Homeserver |
Int32 |
ID of the homeserver |
[optional] |
$DomainWrite = Initialize-GrommunioAdminDomainWrite -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 `
-VirtualUsers null `
-SyncPolicy null `
-Chat null `
-Homeserver null
- Convert the resource to JSON
$DomainWrite | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to README]