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.BrowserInfo.description

#### cloudidentity:v1

The following keys were changed:
- resources.devices.resources.deviceUsers.methods.lookup.parameters.rawResourceId.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 8, 2024
1 parent 05c5eb7 commit f35c89f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudidentity-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@
"type": "string"
},
"rawResourceId": {
"description": "Raw Resource Id used by Google Endpoint Verification. If the user is enrolled into Google Endpoint Verification, this id will be saved as the 'device_resource_id' field in the following platform dependent files. Mac: ~/.secureConnect/context_aware_config.json Windows: C:\\Users\\%USERPROFILE%\\.secureConnect\\context_aware_config.json Linux: ~/.secureConnect/context_aware_config.json",
"description": "Raw Resource Id used by Google Endpoint Verification. If the user is enrolled into Google Endpoint Verification, this id will be saved as the 'device_resource_id' field in the following platform dependent files. * macOS: ~/.secureConnect/context_aware_config.json * Windows: %USERPROFILE%\\AppData\\Local\\Google\\Endpoint Verification\\accounts.json * Linux: ~/.secureConnect/context_aware_config.json",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1990,7 +1990,7 @@
}
}
},
"revision": "20240101",
"revision": "20240206",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudidentity-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@
}
}
},
"revision": "20240201",
"revision": "20240206",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2151,7 +2151,7 @@
"type": "object"
},
"BrowserInfo": {
"description": "Browser-specific fields reported by the Endpoint Verification extension. See go/additionalattributesdesign and go/caa-webprotect-attributes-extension LINT.IfChange",
"description": "Browser-specific fields reported by the Endpoint Verification extension. LINT.IfChange",
"id": "BrowserInfo",
"properties": {
"browserManagementState": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudidentity/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@ export namespace cloudidentity_v1 {
*/
parent?: string;
/**
* Raw Resource Id used by Google Endpoint Verification. If the user is enrolled into Google Endpoint Verification, this id will be saved as the 'device_resource_id' field in the following platform dependent files. Mac: ~/.secureConnect/context_aware_config.json Windows: C:\Users\%USERPROFILE%\.secureConnect\context_aware_config.json Linux: ~/.secureConnect/context_aware_config.json
* Raw Resource Id used by Google Endpoint Verification. If the user is enrolled into Google Endpoint Verification, this id will be saved as the 'device_resource_id' field in the following platform dependent files. * macOS: ~/.secureConnect/context_aware_config.json * Windows: %USERPROFILE%\AppData\Local\Google\Endpoint Verification\accounts.json * Linux: ~/.secureConnect/context_aware_config.json
*/
rawResourceId?: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudidentity/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export namespace cloudidentity_v1beta1 {
lastProfileSyncTime?: string | null;
}
/**
* Browser-specific fields reported by the Endpoint Verification extension. See go/additionalattributesdesign and go/caa-webprotect-attributes-extension LINT.IfChange
* Browser-specific fields reported by the Endpoint Verification extension. LINT.IfChange
*/
export interface Schema$BrowserInfo {
/**
Expand Down

0 comments on commit f35c89f

Please sign in to comment.