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.BrowserAttributes (Total Keys: 6)
- schemas.BrowserInfo (Total Keys: 16)
- schemas.EndpointVerificationSpecificAttributes.properties.additionalSignals (Total Keys: 2)
- schemas.EndpointVerificationSpecificAttributes.properties.browserAttributes (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent 2a3329c commit 5c9c894
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 7 deletions.
81 changes: 78 additions & 3 deletions docs/dyn/cloudidentity_v1beta1.devices.html
Expand Up @@ -187,7 +187,32 @@ <h3>Method Details</h3>
&quot;enabledDeveloperOptions&quot;: True or False, # Output only. Whether developer options is enabled on device.
&quot;enabledUsbDebugging&quot;: True or False, # Output only. Whether USB debugging is enabled on device.
&quot;encryptionState&quot;: &quot;A String&quot;, # Output only. Device encryption state.
&quot;endpointVerificationSpecificAttributes&quot;: { # Resource representing the Endpoint Verification-specific attributes of a Device. https://cloud.google.com/endpoint-verification/docs/overview # Output only. Attributes specific to Endpoint Verification devices.
&quot;endpointVerificationSpecificAttributes&quot;: { # Resource representing the [Endpoint Verification-specific attributes](https://cloud.google.com/endpoint-verification/docs/device-information) of a device. # Output only. Attributes specific to [Endpoint Verification](https://cloud.google.com/endpoint-verification/docs/overview) devices.
&quot;additionalSignals&quot;: { # 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.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;browserAttributes&quot;: [ # Details of browser profiles reported by Endpoint Verification.
{ # Contains information about browser profiles reported by the Endpoint Verification extension.
&quot;chromeBrowserInfo&quot;: { # Browser-specific fields reported by the Endpoint Verification extension. See go/additionalattributesdesign and go/caa-webprotect-attributes-extension LINT.IfChange # 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.
&quot;browserManagementState&quot;: &quot;A String&quot;, # Output only. Browser&#x27;s management state.
&quot;browserVersion&quot;: &quot;A String&quot;, # Version of the request initiating browser.
&quot;isBuiltInDnsClientEnabled&quot;: True or False, # Current state of [built-in DNS client](https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled).
&quot;isBulkDataEntryAnalysisEnabled&quot;: True or False, # Current state of [bulk data analysis](https://chromeenterprise.google/policies/#OnBulkDataEntryEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isChromeCleanupEnabled&quot;: True or False, # Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).
&quot;isChromeRemoteDesktopAppBlocked&quot;: True or False, # Current state of [Chrome Remote Desktop app](https://chromeenterprise.google/policies/#URLBlocklist).
&quot;isFileDownloadAnalysisEnabled&quot;: True or False, # Current state of [file download analysis](https://chromeenterprise.google/policies/#OnFileDownloadedEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isFileUploadAnalysisEnabled&quot;: True or False, # Current state of [file upload analysis](https://chromeenterprise.google/policies/#OnFileAttachedEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isRealtimeUrlCheckEnabled&quot;: True or False, # Current state of [real-time URL check](https://chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode). Set to true if provider list from Chrome is non-empty.
&quot;isSecurityEventAnalysisEnabled&quot;: True or False, # Current state of [security event analysis](https://chromeenterprise.google/policies/#OnSecurityEventEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isSiteIsolationEnabled&quot;: True or False, # Current state of [site isolation](https://chromeenterprise.google/policies/?policy=IsolateOrigins).
&quot;isThirdPartyBlockingEnabled&quot;: True or False, # Current state of [third-party blocking](https://chromeenterprise.google/policies/#ThirdPartyBlockingEnabled).
&quot;passwordProtectionWarningTrigger&quot;: &quot;A String&quot;, # Current state of [password protection trigger](https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger).
&quot;safeBrowsingProtectionLevel&quot;: &quot;A String&quot;, # Current state of [Safe Browsing protection level](https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel).
},
&quot;chromeProfileId&quot;: &quot;A String&quot;, # Chrome profile ID that is exposed by the Chrome API. It is unique for each device.
&quot;lastProfileSyncTime&quot;: &quot;A String&quot;, # Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.
},
],
&quot;certificateAttributes&quot;: [ # Details of certificates.
{ # Stores information about a certificate.
&quot;certificateTemplate&quot;: { # CertificateTemplate (v3 Extension in X.509). # The X.509 extension for CertificateTemplate.
Expand Down Expand Up @@ -336,7 +361,32 @@ <h3>Method Details</h3>
&quot;enabledDeveloperOptions&quot;: True or False, # Output only. Whether developer options is enabled on device.
&quot;enabledUsbDebugging&quot;: True or False, # Output only. Whether USB debugging is enabled on device.
&quot;encryptionState&quot;: &quot;A String&quot;, # Output only. Device encryption state.
&quot;endpointVerificationSpecificAttributes&quot;: { # Resource representing the Endpoint Verification-specific attributes of a Device. https://cloud.google.com/endpoint-verification/docs/overview # Output only. Attributes specific to Endpoint Verification devices.
&quot;endpointVerificationSpecificAttributes&quot;: { # Resource representing the [Endpoint Verification-specific attributes](https://cloud.google.com/endpoint-verification/docs/device-information) of a device. # Output only. Attributes specific to [Endpoint Verification](https://cloud.google.com/endpoint-verification/docs/overview) devices.
&quot;additionalSignals&quot;: { # 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.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;browserAttributes&quot;: [ # Details of browser profiles reported by Endpoint Verification.
{ # Contains information about browser profiles reported by the Endpoint Verification extension.
&quot;chromeBrowserInfo&quot;: { # Browser-specific fields reported by the Endpoint Verification extension. See go/additionalattributesdesign and go/caa-webprotect-attributes-extension LINT.IfChange # 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.
&quot;browserManagementState&quot;: &quot;A String&quot;, # Output only. Browser&#x27;s management state.
&quot;browserVersion&quot;: &quot;A String&quot;, # Version of the request initiating browser.
&quot;isBuiltInDnsClientEnabled&quot;: True or False, # Current state of [built-in DNS client](https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled).
&quot;isBulkDataEntryAnalysisEnabled&quot;: True or False, # Current state of [bulk data analysis](https://chromeenterprise.google/policies/#OnBulkDataEntryEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isChromeCleanupEnabled&quot;: True or False, # Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).
&quot;isChromeRemoteDesktopAppBlocked&quot;: True or False, # Current state of [Chrome Remote Desktop app](https://chromeenterprise.google/policies/#URLBlocklist).
&quot;isFileDownloadAnalysisEnabled&quot;: True or False, # Current state of [file download analysis](https://chromeenterprise.google/policies/#OnFileDownloadedEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isFileUploadAnalysisEnabled&quot;: True or False, # Current state of [file upload analysis](https://chromeenterprise.google/policies/#OnFileAttachedEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isRealtimeUrlCheckEnabled&quot;: True or False, # Current state of [real-time URL check](https://chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode). Set to true if provider list from Chrome is non-empty.
&quot;isSecurityEventAnalysisEnabled&quot;: True or False, # Current state of [security event analysis](https://chromeenterprise.google/policies/#OnSecurityEventEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isSiteIsolationEnabled&quot;: True or False, # Current state of [site isolation](https://chromeenterprise.google/policies/?policy=IsolateOrigins).
&quot;isThirdPartyBlockingEnabled&quot;: True or False, # Current state of [third-party blocking](https://chromeenterprise.google/policies/#ThirdPartyBlockingEnabled).
&quot;passwordProtectionWarningTrigger&quot;: &quot;A String&quot;, # Current state of [password protection trigger](https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger).
&quot;safeBrowsingProtectionLevel&quot;: &quot;A String&quot;, # Current state of [Safe Browsing protection level](https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel).
},
&quot;chromeProfileId&quot;: &quot;A String&quot;, # Chrome profile ID that is exposed by the Chrome API. It is unique for each device.
&quot;lastProfileSyncTime&quot;: &quot;A String&quot;, # Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.
},
],
&quot;certificateAttributes&quot;: [ # Details of certificates.
{ # Stores information about a certificate.
&quot;certificateTemplate&quot;: { # CertificateTemplate (v3 Extension in X.509). # The X.509 extension for CertificateTemplate.
Expand Down Expand Up @@ -430,7 +480,32 @@ <h3>Method Details</h3>
&quot;enabledDeveloperOptions&quot;: True or False, # Output only. Whether developer options is enabled on device.
&quot;enabledUsbDebugging&quot;: True or False, # Output only. Whether USB debugging is enabled on device.
&quot;encryptionState&quot;: &quot;A String&quot;, # Output only. Device encryption state.
&quot;endpointVerificationSpecificAttributes&quot;: { # Resource representing the Endpoint Verification-specific attributes of a Device. https://cloud.google.com/endpoint-verification/docs/overview # Output only. Attributes specific to Endpoint Verification devices.
&quot;endpointVerificationSpecificAttributes&quot;: { # Resource representing the [Endpoint Verification-specific attributes](https://cloud.google.com/endpoint-verification/docs/device-information) of a device. # Output only. Attributes specific to [Endpoint Verification](https://cloud.google.com/endpoint-verification/docs/overview) devices.
&quot;additionalSignals&quot;: { # 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.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;browserAttributes&quot;: [ # Details of browser profiles reported by Endpoint Verification.
{ # Contains information about browser profiles reported by the Endpoint Verification extension.
&quot;chromeBrowserInfo&quot;: { # Browser-specific fields reported by the Endpoint Verification extension. See go/additionalattributesdesign and go/caa-webprotect-attributes-extension LINT.IfChange # 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.
&quot;browserManagementState&quot;: &quot;A String&quot;, # Output only. Browser&#x27;s management state.
&quot;browserVersion&quot;: &quot;A String&quot;, # Version of the request initiating browser.
&quot;isBuiltInDnsClientEnabled&quot;: True or False, # Current state of [built-in DNS client](https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled).
&quot;isBulkDataEntryAnalysisEnabled&quot;: True or False, # Current state of [bulk data analysis](https://chromeenterprise.google/policies/#OnBulkDataEntryEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isChromeCleanupEnabled&quot;: True or False, # Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).
&quot;isChromeRemoteDesktopAppBlocked&quot;: True or False, # Current state of [Chrome Remote Desktop app](https://chromeenterprise.google/policies/#URLBlocklist).
&quot;isFileDownloadAnalysisEnabled&quot;: True or False, # Current state of [file download analysis](https://chromeenterprise.google/policies/#OnFileDownloadedEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isFileUploadAnalysisEnabled&quot;: True or False, # Current state of [file upload analysis](https://chromeenterprise.google/policies/#OnFileAttachedEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isRealtimeUrlCheckEnabled&quot;: True or False, # Current state of [real-time URL check](https://chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode). Set to true if provider list from Chrome is non-empty.
&quot;isSecurityEventAnalysisEnabled&quot;: True or False, # Current state of [security event analysis](https://chromeenterprise.google/policies/#OnSecurityEventEnterpriseConnector). Set to true if provider list from Chrome is non-empty.
&quot;isSiteIsolationEnabled&quot;: True or False, # Current state of [site isolation](https://chromeenterprise.google/policies/?policy=IsolateOrigins).
&quot;isThirdPartyBlockingEnabled&quot;: True or False, # Current state of [third-party blocking](https://chromeenterprise.google/policies/#ThirdPartyBlockingEnabled).
&quot;passwordProtectionWarningTrigger&quot;: &quot;A String&quot;, # Current state of [password protection trigger](https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger).
&quot;safeBrowsingProtectionLevel&quot;: &quot;A String&quot;, # Current state of [Safe Browsing protection level](https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel).
},
&quot;chromeProfileId&quot;: &quot;A String&quot;, # Chrome profile ID that is exposed by the Chrome API. It is unique for each device.
&quot;lastProfileSyncTime&quot;: &quot;A String&quot;, # Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.
},
],
&quot;certificateAttributes&quot;: [ # Details of certificates.
{ # Stores information about a certificate.
&quot;certificateTemplate&quot;: { # CertificateTemplate (v3 Extension in X.509). # The X.509 extension for CertificateTemplate.
Expand Down
Expand Up @@ -1990,7 +1990,7 @@
}
}
},
"revision": "20240123",
"revision": "20240201",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down

0 comments on commit 5c9c894

Please sign in to comment.