AI-generated Key Takeaways
-
The
OperatingSystem
resource represents a device's operating system and includes fields for its name and display name. -
The JSON representation for an
OperatingSystem
object includesname
(string identifier) anddisplayName
(string output only). -
Available methods for
OperatingSystem
includeget
to retrieve a specific object andlist
to retrieve multiple objects.
Resource: OperatingSystem
Represents a device's operating system.
JSON representation |
---|
{ "name": string, "displayName": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the |
displayName |
Output only. The name of the operating system. |
Methods |
|
---|---|
|
API to retrieve a OperatingSystem object. |
|
API to retrieve a list of OperatingSystem objects. |