From 702423d1967a8190cfe79f5fe5f57f124a6fda91 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 9 Oct 2024 01:36:00 +0000 Subject: [PATCH] fix(cloudidentity): update the API #### cloudidentity:v1beta1 The following keys were changed: - schemas.BrowserAttributes.description - schemas.BrowserAttributes.properties.chromeBrowserInfo.description - schemas.BrowserAttributes.properties.lastProfileSyncTime.description - schemas.BrowserInfo.description - schemas.BrowserInfo.properties.browserVersion.description - schemas.EndpointVerificationSpecificAttributes.properties.additionalSignals.description - schemas.GoogleAppsCloudidentityDevicesV1BrowserAttributes.properties.lastProfileSyncTime.description - schemas.GoogleAppsCloudidentityDevicesV1BrowserInfo.description - schemas.GoogleAppsCloudidentityDevicesV1BrowserInfo.properties.browserVersion.description - schemas.GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.properties.additionalSignals.description - schemas.Membership.properties.type.enum - schemas.Membership.properties.type.enumDescriptions - schemas.PosixGroup.description #### cloudidentity:v1 The following keys were changed: - schemas.GoogleAppsCloudidentityDevicesV1BrowserAttributes.properties.lastProfileSyncTime.description - schemas.GoogleAppsCloudidentityDevicesV1BrowserInfo.description - schemas.GoogleAppsCloudidentityDevicesV1BrowserInfo.properties.browserVersion.description - schemas.GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.properties.additionalSignals.description - schemas.Membership.properties.type.enum - schemas.Membership.properties.type.enumDescriptions --- discovery/cloudidentity-v1.json | 12 +++++++----- discovery/cloudidentity-v1beta1.json | 26 ++++++++++++++------------ src/apis/cloudidentity/v1.ts | 8 ++++---- src/apis/cloudidentity/v1beta1.ts | 22 +++++++++++----------- 4 files changed, 36 insertions(+), 32 deletions(-) diff --git a/discovery/cloudidentity-v1.json b/discovery/cloudidentity-v1.json index 4a529ef816..8f0943f734 100644 --- a/discovery/cloudidentity-v1.json +++ b/discovery/cloudidentity-v1.json @@ -1990,7 +1990,7 @@ } } }, - "revision": "20240820", + "revision": "20240924", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "AddIdpCredentialOperationMetadata": { @@ -2347,7 +2347,7 @@ "type": "string" }, "lastProfileSyncTime": { - "description": "Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.", + "description": "Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.", "format": "google-datetime", "type": "string" } @@ -2355,7 +2355,7 @@ "type": "object" }, "GoogleAppsCloudidentityDevicesV1BrowserInfo": { - "description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange", + "description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).", "id": "GoogleAppsCloudidentityDevicesV1BrowserInfo", "properties": { "browserManagementState": { @@ -2378,7 +2378,7 @@ "type": "string" }, "browserVersion": { - "description": "Version of the request initiating browser.", + "description": "Version of the request initiating browser. E.g. `91.0.4442.4`.", "type": "string" }, "isBuiltInDnsClientEnabled": { @@ -3083,7 +3083,7 @@ "description": "Properties of the object.", "type": "any" }, - "description": "Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.", + "description": "[Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.", "type": "object" }, "browserAttributes": { @@ -3732,6 +3732,7 @@ "SERVICE_ACCOUNT", "GROUP", "SHARED_DRIVE", + "CBCM_BROWSER", "OTHER" ], "enumDescriptions": [ @@ -3740,6 +3741,7 @@ "Represents service account type.", "Represents group type.", "Represents Shared drive.", + "Represents a CBCM-managed Chrome Browser type.", "Represents other type." ], "readOnly": true, diff --git a/discovery/cloudidentity-v1beta1.json b/discovery/cloudidentity-v1beta1.json index 5878d594c0..b7592661d4 100644 --- a/discovery/cloudidentity-v1beta1.json +++ b/discovery/cloudidentity-v1beta1.json @@ -2015,7 +2015,7 @@ } } }, - "revision": "20240625", + "revision": "20241001", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "AddIdpCredentialOperationMetadata": { @@ -2136,19 +2136,19 @@ "type": "object" }, "BrowserAttributes": { - "description": "Contains information about browser profiles reported by the Endpoint Verification extension.", + "description": "Contains information about browser profiles reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).", "id": "BrowserAttributes", "properties": { "chromeBrowserInfo": { "$ref": "BrowserInfo", - "description": "Represents the current state of the [Chrome browser attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by the Endpoint Verification extension." + "description": "Represents the current state of the [Chrome browser attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1)." }, "chromeProfileId": { "description": "Chrome profile ID that is exposed by the Chrome API. It is unique for each device.", "type": "string" }, "lastProfileSyncTime": { - "description": "Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.", + "description": "Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.", "format": "google-datetime", "type": "string" } @@ -2156,7 +2156,7 @@ "type": "object" }, "BrowserInfo": { - "description": "Browser-specific fields reported by the Endpoint Verification extension. LINT.IfChange", + "description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).", "id": "BrowserInfo", "properties": { "browserManagementState": { @@ -2179,7 +2179,7 @@ "type": "string" }, "browserVersion": { - "description": "Version of the request initiating browser.", + "description": "Version of the request initiating browser. E.g. `91.0.4442.4`.", "type": "string" }, "isBuiltInDnsClientEnabled": { @@ -3024,7 +3024,7 @@ "description": "Properties of the object.", "type": "any" }, - "description": "Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. Configurable attributes: file_config, registry_config, and plist_config.", + "description": "[Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.", "type": "object" }, "browserAttributes": { @@ -3190,7 +3190,7 @@ "type": "string" }, "lastProfileSyncTime": { - "description": "Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.", + "description": "Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.", "format": "google-datetime", "type": "string" } @@ -3198,7 +3198,7 @@ "type": "object" }, "GoogleAppsCloudidentityDevicesV1BrowserInfo": { - "description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange", + "description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).", "id": "GoogleAppsCloudidentityDevicesV1BrowserInfo", "properties": { "browserManagementState": { @@ -3221,7 +3221,7 @@ "type": "string" }, "browserVersion": { - "description": "Version of the request initiating browser.", + "description": "Version of the request initiating browser. E.g. `91.0.4442.4`.", "type": "string" }, "isBuiltInDnsClientEnabled": { @@ -3904,7 +3904,7 @@ "description": "Properties of the object.", "type": "any" }, - "description": "Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.", + "description": "[Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.", "type": "object" }, "browserAttributes": { @@ -4557,6 +4557,7 @@ "SERVICE_ACCOUNT", "GROUP", "SHARED_DRIVE", + "CBCM_BROWSER", "OTHER" ], "enumDescriptions": [ @@ -4565,6 +4566,7 @@ "Represents service account type.", "Represents group type.", "Represents Shared drive.", + "Represents a CBCM-managed Chrome Browser type.", "Represents other type." ], "readOnly": true, @@ -4804,7 +4806,7 @@ "type": "object" }, "PosixGroup": { - "description": "POSIX Group definition to represent a group in a POSIX compliant system.", + "description": "POSIX Group definition to represent a group in a POSIX compliant system. Caution: POSIX groups are deprecated. As of September 26, 2024, you can no longer create new POSIX groups. For more information, see https://cloud.google.com/identity/docs/deprecations/posix-groups", "id": "PosixGroup", "properties": { "gid": { diff --git a/src/apis/cloudidentity/v1.ts b/src/apis/cloudidentity/v1.ts index 2c6f7bb68d..bc3b7a49fb 100644 --- a/src/apis/cloudidentity/v1.ts +++ b/src/apis/cloudidentity/v1.ts @@ -389,12 +389,12 @@ export namespace cloudidentity_v1 { */ chromeProfileId?: string | null; /** - * Timestamp in milliseconds since Epoch when the profile/gcm id was last synced. + * Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced. */ lastProfileSyncTime?: string | null; } /** - * Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange + * Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). */ export interface Schema$GoogleAppsCloudidentityDevicesV1BrowserInfo { /** @@ -402,7 +402,7 @@ export namespace cloudidentity_v1 { */ browserManagementState?: string | null; /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. */ browserVersion?: string | null; /** @@ -825,7 +825,7 @@ export namespace cloudidentity_v1 { */ export interface Schema$GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes { /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist. + * [Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist. */ additionalSignals?: {[key: string]: any} | null; /** diff --git a/src/apis/cloudidentity/v1beta1.ts b/src/apis/cloudidentity/v1beta1.ts index d7a06108de..1f54ff04b8 100644 --- a/src/apis/cloudidentity/v1beta1.ts +++ b/src/apis/cloudidentity/v1beta1.ts @@ -230,11 +230,11 @@ export namespace cloudidentity_v1beta1 { deviceUser?: Schema$DeviceUser; } /** - * Contains information about browser profiles reported by the Endpoint Verification extension. + * Contains information about browser profiles reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). */ export interface Schema$BrowserAttributes { /** - * Represents the current state of the [Chrome browser attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by the Endpoint Verification extension. + * Represents the current state of the [Chrome browser attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). */ chromeBrowserInfo?: Schema$BrowserInfo; /** @@ -242,12 +242,12 @@ export namespace cloudidentity_v1beta1 { */ chromeProfileId?: string | null; /** - * Timestamp in milliseconds since Epoch when the profile/gcm id was last synced. + * Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced. */ lastProfileSyncTime?: string | null; } /** - * Browser-specific fields reported by the Endpoint Verification extension. LINT.IfChange + * Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). */ export interface Schema$BrowserInfo { /** @@ -255,7 +255,7 @@ export namespace cloudidentity_v1beta1 { */ browserManagementState?: string | null; /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. */ browserVersion?: string | null; /** @@ -754,7 +754,7 @@ export namespace cloudidentity_v1beta1 { */ export interface Schema$EndpointVerificationSpecificAttributes { /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. Configurable attributes: file_config, registry_config, and plist_config. + * [Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist. */ additionalSignals?: {[key: string]: any} | null; /** @@ -877,12 +877,12 @@ export namespace cloudidentity_v1beta1 { */ chromeProfileId?: string | null; /** - * Timestamp in milliseconds since Epoch when the profile/gcm id was last synced. + * Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced. */ lastProfileSyncTime?: string | null; } /** - * Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange + * Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). */ export interface Schema$GoogleAppsCloudidentityDevicesV1BrowserInfo { /** @@ -890,7 +890,7 @@ export namespace cloudidentity_v1beta1 { */ browserManagementState?: string | null; /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. */ browserVersion?: string | null; /** @@ -1295,7 +1295,7 @@ export namespace cloudidentity_v1beta1 { */ export interface Schema$GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes { /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist. + * [Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist. */ additionalSignals?: {[key: string]: any} | null; /** @@ -1913,7 +1913,7 @@ export namespace cloudidentity_v1beta1 { type?: string | null; } /** - * POSIX Group definition to represent a group in a POSIX compliant system. + * POSIX Group definition to represent a group in a POSIX compliant system. Caution: POSIX groups are deprecated. As of September 26, 2024, you can no longer create new POSIX groups. For more information, see https://cloud.google.com/identity/docs/deprecations/posix-groups */ export interface Schema$PosixGroup { /**