diff --git a/docs/dyn/cloudidentity_v1beta1.devices.html b/docs/dyn/cloudidentity_v1beta1.devices.html index 38102799b46..6ebc15d5e41 100644 --- a/docs/dyn/cloudidentity_v1beta1.devices.html +++ b/docs/dyn/cloudidentity_v1beta1.devices.html @@ -171,6 +171,9 @@

Method Details

"bootloaderVersion": "A String", # Output only. Device bootloader version. Example: 0.6.7. "brand": "A String", # Output only. Device brand. Example: Samsung. "buildNumber": "A String", # Output only. Build number of the device. + "clientTypes": [ # List of the clients the device is reporting to. + "A String", + ], "compromisedState": "A String", # Output only. Represents whether the Device is compromised. "createTime": "A String", # Output only. When the Company-Owned device was imported. This field is empty for BYOD devices. "deviceId": "A String", # Unique identifier for the device. @@ -197,6 +200,7 @@

Method Details

}, ], }, + "hostname": "A String", # Host name of the device. "imei": "A String", # Output only. IMEI number of device if GSM device; empty otherwise. "kernelVersion": "A String", # Output only. Kernel version of the device. "lastSyncTime": "A String", # Most recent time when device synced with this service. @@ -310,6 +314,9 @@

Method Details

"bootloaderVersion": "A String", # Output only. Device bootloader version. Example: 0.6.7. "brand": "A String", # Output only. Device brand. Example: Samsung. "buildNumber": "A String", # Output only. Build number of the device. + "clientTypes": [ # List of the clients the device is reporting to. + "A String", + ], "compromisedState": "A String", # Output only. Represents whether the Device is compromised. "createTime": "A String", # Output only. When the Company-Owned device was imported. This field is empty for BYOD devices. "deviceId": "A String", # Unique identifier for the device. @@ -336,6 +343,7 @@

Method Details

}, ], }, + "hostname": "A String", # Host name of the device. "imei": "A String", # Output only. IMEI number of device if GSM device; empty otherwise. "kernelVersion": "A String", # Output only. Kernel version of the device. "lastSyncTime": "A String", # Most recent time when device synced with this service. @@ -395,6 +403,9 @@

Method Details

"bootloaderVersion": "A String", # Output only. Device bootloader version. Example: 0.6.7. "brand": "A String", # Output only. Device brand. Example: Samsung. "buildNumber": "A String", # Output only. Build number of the device. + "clientTypes": [ # List of the clients the device is reporting to. + "A String", + ], "compromisedState": "A String", # Output only. Represents whether the Device is compromised. "createTime": "A String", # Output only. When the Company-Owned device was imported. This field is empty for BYOD devices. "deviceId": "A String", # Unique identifier for the device. @@ -421,6 +432,7 @@

Method Details

}, ], }, + "hostname": "A String", # Host name of the device. "imei": "A String", # Output only. IMEI number of device if GSM device; empty otherwise. "kernelVersion": "A String", # Output only. Kernel version of the device. "lastSyncTime": "A String", # Most recent time when device synced with this service. diff --git a/googleapiclient/discovery_cache/documents/cloudidentity.v1.json b/googleapiclient/discovery_cache/documents/cloudidentity.v1.json index 508beccf0e8..a973754b0f9 100644 --- a/googleapiclient/discovery_cache/documents/cloudidentity.v1.json +++ b/googleapiclient/discovery_cache/documents/cloudidentity.v1.json @@ -1546,7 +1546,7 @@ } } }, - "revision": "20221025", + "revision": "20221101", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "CancelUserInvitationRequest": { diff --git a/googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json b/googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json index d8bf2fbf7d9..e99a20065f6 100644 --- a/googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json @@ -1932,7 +1932,7 @@ } } }, - "revision": "20221025", + "revision": "20221101", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "AddIdpCredentialOperationMetadata": { @@ -2355,6 +2355,29 @@ "readOnly": true, "type": "string" }, + "clientTypes": { + "description": "List of the clients the device is reporting to.", + "items": { + "enum": [ + "CLIENT_TYPE_UNSPECIFIED", + "DRIVE_FS", + "FUNDAMENTAL", + "ENDPOINT_VERIFICATION", + "WINDOWS_ADVANCED", + "GOOGLE_CREDENTIALS_PROVIDER_FOR_WINDOWS" + ], + "enumDescriptions": [ + "Default value", + "Managed by DriveFS", + "Management type for every secure device", + "Managed by Endpoint Verification", + "Managed by Windows", + "Managed by Google credential provider for windows" + ], + "type": "string" + }, + "type": "array" + }, "compromisedState": { "description": "Output only. Represents whether the Device is compromised.", "enum": [ @@ -2437,6 +2460,10 @@ "description": "Output only. Attributes specific to Endpoint Verification devices.", "readOnly": true }, + "hostname": { + "description": "Host name of the device.", + "type": "string" + }, "imei": { "description": "Output only. IMEI number of device if GSM device; empty otherwise.", "readOnly": true,