Skip to content

Commit

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

The following keys were added:
- schemas.AndroidAttributes.properties.ctsProfileMatch.type (Total Keys: 1)
- schemas.AndroidAttributes.properties.hasPotentiallyHarmfulApps.type (Total Keys: 1)
- schemas.AndroidAttributes.properties.verifiedBoot.type (Total Keys: 1)
- schemas.AndroidAttributes.properties.verifyAppsEnabled.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 30, 2023
1 parent d3b7f30 commit bf1b822
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/dyn/cloudidentity_v1beta1.devices.html
Expand Up @@ -163,10 +163,14 @@ <h3>Method Details</h3>
&quot;customer&quot;: &quot;A String&quot;, # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs.
&quot;device&quot;: { # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user. # Required. The device to be created. The name field within this device is ignored in the create method. A new name is created by the method, and returned within the response. Only the fields `device_type`, `serial_number` and `asset_tag` (if present) are used to create the device. All other fields are ignored. The `device_type` and `serial_number` fields are required.
&quot;androidSpecificAttributes&quot;: { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices.
&quot;ctsProfileMatch&quot;: True or False, # Whether the device passes Android CTS compliance.
&quot;enabledUnknownSources&quot;: True or False, # Whether applications from unknown sources can be installed on device.
&quot;hasPotentiallyHarmfulApps&quot;: True or False, # Whether any potentially harmful apps were detected on the device.
&quot;ownerProfileAccount&quot;: True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.
&quot;ownershipPrivilege&quot;: &quot;A String&quot;, # Ownership privileges on device.
&quot;supportsWorkProfile&quot;: True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the &quot;Enforce Work Profile&quot; policy.
&quot;verifiedBoot&quot;: True or False, # Whether Android verified boot status is GREEN.
&quot;verifyAppsEnabled&quot;: True or False, # Whether Google Play Protect Verify Apps is enabled.
},
&quot;assetTag&quot;: &quot;A String&quot;, # Asset tag of the device.
&quot;basebandVersion&quot;: &quot;A String&quot;, # Output only. Baseband version of the device.
Expand Down Expand Up @@ -308,10 +312,14 @@ <h3>Method Details</h3>

{ # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user.
&quot;androidSpecificAttributes&quot;: { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices.
&quot;ctsProfileMatch&quot;: True or False, # Whether the device passes Android CTS compliance.
&quot;enabledUnknownSources&quot;: True or False, # Whether applications from unknown sources can be installed on device.
&quot;hasPotentiallyHarmfulApps&quot;: True or False, # Whether any potentially harmful apps were detected on the device.
&quot;ownerProfileAccount&quot;: True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.
&quot;ownershipPrivilege&quot;: &quot;A String&quot;, # Ownership privileges on device.
&quot;supportsWorkProfile&quot;: True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the &quot;Enforce Work Profile&quot; policy.
&quot;verifiedBoot&quot;: True or False, # Whether Android verified boot status is GREEN.
&quot;verifyAppsEnabled&quot;: True or False, # Whether Google Play Protect Verify Apps is enabled.
},
&quot;assetTag&quot;: &quot;A String&quot;, # Asset tag of the device.
&quot;basebandVersion&quot;: &quot;A String&quot;, # Output only. Baseband version of the device.
Expand Down Expand Up @@ -398,10 +406,14 @@ <h3>Method Details</h3>
&quot;devices&quot;: [ # Devices meeting the list restrictions.
{ # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user.
&quot;androidSpecificAttributes&quot;: { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices.
&quot;ctsProfileMatch&quot;: True or False, # Whether the device passes Android CTS compliance.
&quot;enabledUnknownSources&quot;: True or False, # Whether applications from unknown sources can be installed on device.
&quot;hasPotentiallyHarmfulApps&quot;: True or False, # Whether any potentially harmful apps were detected on the device.
&quot;ownerProfileAccount&quot;: True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.
&quot;ownershipPrivilege&quot;: &quot;A String&quot;, # Ownership privileges on device.
&quot;supportsWorkProfile&quot;: True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the &quot;Enforce Work Profile&quot; policy.
&quot;verifiedBoot&quot;: True or False, # Whether Android verified boot status is GREEN.
&quot;verifyAppsEnabled&quot;: True or False, # Whether Google Play Protect Verify Apps is enabled.
},
&quot;assetTag&quot;: &quot;A String&quot;, # Asset tag of the device.
&quot;basebandVersion&quot;: &quot;A String&quot;, # Output only. Baseband version of the device.
Expand Down
Expand Up @@ -1985,7 +1985,7 @@
}
}
},
"revision": "20230516",
"revision": "20230523",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down
Expand Up @@ -2010,7 +2010,7 @@
}
}
},
"revision": "20230516",
"revision": "20230523",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand All @@ -2034,10 +2034,18 @@
"description": "Resource representing the Android specific attributes of a Device.",
"id": "AndroidAttributes",
"properties": {
"ctsProfileMatch": {
"description": "Whether the device passes Android CTS compliance.",
"type": "boolean"
},
"enabledUnknownSources": {
"description": "Whether applications from unknown sources can be installed on device.",
"type": "boolean"
},
"hasPotentiallyHarmfulApps": {
"description": "Whether any potentially harmful apps were detected on the device.",
"type": "boolean"
},
"ownerProfileAccount": {
"description": "Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.",
"type": "boolean"
Expand All @@ -2061,6 +2069,14 @@
"supportsWorkProfile": {
"description": "Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the \"Enforce Work Profile\" policy.",
"type": "boolean"
},
"verifiedBoot": {
"description": "Whether Android verified boot status is GREEN.",
"type": "boolean"
},
"verifyAppsEnabled": {
"description": "Whether Google Play Protect Verify Apps is enabled.",
"type": "boolean"
}
},
"type": "object"
Expand Down

0 comments on commit bf1b822

Please sign in to comment.