Name |
Type |
Description |
Notes |
Product |
String |
Product name |
[optional] |
MaxUsers |
Int32 |
License user limit |
[optional] |
NotBefore |
String |
Date string with time |
[optional] |
NotAfter |
String |
Date string with time |
[optional] |
CurrentUsers |
Int32 |
Number of currently existing users |
[optional] |
Certificate |
String |
Download link for the certificate |
[optional] |
$License = Initialize-GrommunioAdminLicense -Product null `
-MaxUsers null `
-NotBefore null `
-NotAfter null `
-CurrentUsers null `
-Certificate null
- Convert the resource to JSON
$License | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to README]