Skip to content

Commit

Permalink
feat(cloudidentity): update the api
Browse files Browse the repository at this point in the history
#### cloudidentity:v1beta1

The following keys were added:
- schemas.Device.properties.clientTypes (Total Keys: 2)
- schemas.Device.properties.hostname.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Nov 8, 2022
1 parent dadefbb commit 4ff3cd1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/dyn/cloudidentity_v1beta1.devices.html
Expand Up @@ -171,6 +171,9 @@ <h3>Method Details</h3>
&quot;bootloaderVersion&quot;: &quot;A String&quot;, # Output only. Device bootloader version. Example: 0.6.7.
&quot;brand&quot;: &quot;A String&quot;, # Output only. Device brand. Example: Samsung.
&quot;buildNumber&quot;: &quot;A String&quot;, # Output only. Build number of the device.
&quot;clientTypes&quot;: [ # List of the clients the device is reporting to.
&quot;A String&quot;,
],
&quot;compromisedState&quot;: &quot;A String&quot;, # Output only. Represents whether the Device is compromised.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Company-Owned device was imported. This field is empty for BYOD devices.
&quot;deviceId&quot;: &quot;A String&quot;, # Unique identifier for the device.
Expand All @@ -197,6 +200,7 @@ <h3>Method Details</h3>
},
],
},
&quot;hostname&quot;: &quot;A String&quot;, # Host name of the device.
&quot;imei&quot;: &quot;A String&quot;, # Output only. IMEI number of device if GSM device; empty otherwise.
&quot;kernelVersion&quot;: &quot;A String&quot;, # Output only. Kernel version of the device.
&quot;lastSyncTime&quot;: &quot;A String&quot;, # Most recent time when device synced with this service.
Expand Down Expand Up @@ -310,6 +314,9 @@ <h3>Method Details</h3>
&quot;bootloaderVersion&quot;: &quot;A String&quot;, # Output only. Device bootloader version. Example: 0.6.7.
&quot;brand&quot;: &quot;A String&quot;, # Output only. Device brand. Example: Samsung.
&quot;buildNumber&quot;: &quot;A String&quot;, # Output only. Build number of the device.
&quot;clientTypes&quot;: [ # List of the clients the device is reporting to.
&quot;A String&quot;,
],
&quot;compromisedState&quot;: &quot;A String&quot;, # Output only. Represents whether the Device is compromised.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Company-Owned device was imported. This field is empty for BYOD devices.
&quot;deviceId&quot;: &quot;A String&quot;, # Unique identifier for the device.
Expand All @@ -336,6 +343,7 @@ <h3>Method Details</h3>
},
],
},
&quot;hostname&quot;: &quot;A String&quot;, # Host name of the device.
&quot;imei&quot;: &quot;A String&quot;, # Output only. IMEI number of device if GSM device; empty otherwise.
&quot;kernelVersion&quot;: &quot;A String&quot;, # Output only. Kernel version of the device.
&quot;lastSyncTime&quot;: &quot;A String&quot;, # Most recent time when device synced with this service.
Expand Down Expand Up @@ -395,6 +403,9 @@ <h3>Method Details</h3>
&quot;bootloaderVersion&quot;: &quot;A String&quot;, # Output only. Device bootloader version. Example: 0.6.7.
&quot;brand&quot;: &quot;A String&quot;, # Output only. Device brand. Example: Samsung.
&quot;buildNumber&quot;: &quot;A String&quot;, # Output only. Build number of the device.
&quot;clientTypes&quot;: [ # List of the clients the device is reporting to.
&quot;A String&quot;,
],
&quot;compromisedState&quot;: &quot;A String&quot;, # Output only. Represents whether the Device is compromised.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Company-Owned device was imported. This field is empty for BYOD devices.
&quot;deviceId&quot;: &quot;A String&quot;, # Unique identifier for the device.
Expand All @@ -421,6 +432,7 @@ <h3>Method Details</h3>
},
],
},
&quot;hostname&quot;: &quot;A String&quot;, # Host name of the device.
&quot;imei&quot;: &quot;A String&quot;, # Output only. IMEI number of device if GSM device; empty otherwise.
&quot;kernelVersion&quot;: &quot;A String&quot;, # Output only. Kernel version of the device.
&quot;lastSyncTime&quot;: &quot;A String&quot;, # Most recent time when device synced with this service.
Expand Down
Expand Up @@ -1546,7 +1546,7 @@
}
}
},
"revision": "20221025",
"revision": "20221101",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"CancelUserInvitationRequest": {
Expand Down
Expand Up @@ -1932,7 +1932,7 @@
}
}
},
"revision": "20221025",
"revision": "20221101",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 4ff3cd1

Please sign in to comment.