mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-24 08:01:36 +00:00
Added fields devicelicensetype and osupdatestatus to <CrOSFieldName>.
This commit is contained in:
@@ -2182,6 +2182,7 @@ gam <CrOSTypeEntity> update <CrOSAttribute>+ [quickcrosmove [<Boolean>]] [nobatc
|
||||
deprovisionreason|
|
||||
devicefiles|
|
||||
deviceid|
|
||||
devicelicensetype|
|
||||
diskvolumereports|
|
||||
dockmacaddress|
|
||||
ethernetmacaddress|
|
||||
@@ -2200,6 +2201,7 @@ gam <CrOSTypeEntity> update <CrOSAttribute>+ [quickcrosmove [<Boolean>]] [nobatc
|
||||
ordernumber|
|
||||
orgunitid|
|
||||
orgunitpath|org|ou|
|
||||
osupdatestatus|
|
||||
osversion|
|
||||
platformversion|
|
||||
recentusers|
|
||||
@@ -2207,8 +2209,8 @@ gam <CrOSTypeEntity> update <CrOSAttribute>+ [quickcrosmove [<Boolean>]] [nobatc
|
||||
serialnumber|
|
||||
status|
|
||||
supportenddate|
|
||||
systemramtotal|
|
||||
systemramfreereports|
|
||||
systemramtotal|
|
||||
tpmversioninfo|
|
||||
willautorenew
|
||||
<CrOSFieldNameList> ::= "<CrOSFieldName>(,<CrOSFieldName>)*"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
6.64.06
|
||||
|
||||
Added fields `devicelicensetype` and `osupdatestatus` to `<CrOSFieldName>`.
|
||||
|
||||
6.64.05
|
||||
|
||||
Added `matchfield organizerself <Boolean>` to `<EventMatchProperty>` to simplify selecting events
|
||||
|
||||
@@ -22665,6 +22665,7 @@ CROS_FIELDS_CHOICE_MAP = {
|
||||
'deprovisionreason': 'deprovisionReason',
|
||||
'devicefiles': ['deviceFiles.type', 'deviceFiles.createTime'],
|
||||
'deviceid': 'deviceId',
|
||||
'devicelicensetype': 'deviceLicenseType',
|
||||
'diskvolumereports': 'diskVolumeReports',
|
||||
'dockmacaddress': 'dockMacAddress',
|
||||
'ethernetmacaddress': 'ethernetMacAddress',
|
||||
@@ -22685,6 +22686,7 @@ CROS_FIELDS_CHOICE_MAP = {
|
||||
'org': 'orgUnitPath',
|
||||
'orgunitid': 'orgUnitId',
|
||||
'orgunitpath': 'orgUnitPath',
|
||||
'osupdatestatus': 'osUpdateStatus',
|
||||
'osversion': 'osVersion',
|
||||
'ou': 'orgUnitPath',
|
||||
'platformversion': 'platformVersion',
|
||||
@@ -22715,6 +22717,7 @@ CROS_SCALAR_PROPERTY_PRINT_ORDER = [
|
||||
'notes',
|
||||
'serialNumber',
|
||||
'status',
|
||||
'deviceLicenseType',
|
||||
'model',
|
||||
'firmwareVersion',
|
||||
'platformVersion',
|
||||
|
||||
Reference in New Issue
Block a user