Skip to content

Commit

Permalink
fix(cloudidentity): update the API
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 10, 2024
1 parent 05a90c1 commit 702423d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
12 changes: 7 additions & 5 deletions discovery/cloudidentity-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@
}
}
},
"revision": "20240820",
"revision": "20240924",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2347,15 +2347,15 @@
"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"
}
},
"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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -3732,6 +3732,7 @@
"SERVICE_ACCOUNT",
"GROUP",
"SHARED_DRIVE",
"CBCM_BROWSER",
"OTHER"
],
"enumDescriptions": [
Expand All @@ -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,
Expand Down
26 changes: 14 additions & 12 deletions discovery/cloudidentity-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@
}
}
},
"revision": "20240625",
"revision": "20241001",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2136,27 +2136,27 @@
"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"
}
},
"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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -3190,15 +3190,15 @@
"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"
}
},
"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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -4557,6 +4557,7 @@
"SERVICE_ACCOUNT",
"GROUP",
"SHARED_DRIVE",
"CBCM_BROWSER",
"OTHER"
],
"enumDescriptions": [
Expand All @@ -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,
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions src/apis/cloudidentity/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,20 +389,20 @@ 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 {
/**
* Output only. Browser's management state.
*/
browserManagementState?: string | null;
/**
* Version of the request initiating browser.
* Version of the request initiating browser. E.g. `91.0.4442.4`.
*/
browserVersion?: string | null;
/**
Expand Down Expand Up @@ -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;
/**
Expand Down
22 changes: 11 additions & 11 deletions src/apis/cloudidentity/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,32 +230,32 @@ 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;
/**
* Chrome profile ID that is exposed by the Chrome API. It is unique for each device.
*/
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 {
/**
* Output only. Browser's management state.
*/
browserManagementState?: string | null;
/**
* Version of the request initiating browser.
* Version of the request initiating browser. E.g. `91.0.4442.4`.
*/
browserVersion?: string | null;
/**
Expand Down Expand Up @@ -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;
/**
Expand Down Expand Up @@ -877,20 +877,20 @@ 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 {
/**
* Output only. Browser's management state.
*/
browserManagementState?: string | null;
/**
* Version of the request initiating browser.
* Version of the request initiating browser. E.g. `91.0.4442.4`.
*/
browserVersion?: string | null;
/**
Expand Down Expand Up @@ -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;
/**
Expand Down Expand Up @@ -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 {
/**
Expand Down

0 comments on commit 702423d

Please sign in to comment.