GoogleAppsCloudidentityDevicesV1BrowserInfo constructor
GoogleAppsCloudidentityDevicesV1BrowserInfo({
- String? browserManagementState,
- String? browserVersion,
- bool? isBuiltInDnsClientEnabled,
- bool? isBulkDataEntryAnalysisEnabled,
- bool? isChromeCleanupEnabled,
- bool? isChromeRemoteDesktopAppBlocked,
- bool? isFileDownloadAnalysisEnabled,
- bool? isFileUploadAnalysisEnabled,
- bool? isRealtimeUrlCheckEnabled,
- bool? isSecurityEventAnalysisEnabled,
- bool? isSiteIsolationEnabled,
- bool? isThirdPartyBlockingEnabled,
- String? passwordProtectionWarningTrigger,
- String? safeBrowsingProtectionLevel,
Implementation
GoogleAppsCloudidentityDevicesV1BrowserInfo({
this.browserManagementState,
this.browserVersion,
this.isBuiltInDnsClientEnabled,
this.isBulkDataEntryAnalysisEnabled,
this.isChromeCleanupEnabled,
this.isChromeRemoteDesktopAppBlocked,
this.isFileDownloadAnalysisEnabled,
this.isFileUploadAnalysisEnabled,
this.isRealtimeUrlCheckEnabled,
this.isSecurityEventAnalysisEnabled,
this.isSiteIsolationEnabled,
this.isThirdPartyBlockingEnabled,
this.passwordProtectionWarningTrigger,
this.safeBrowsingProtectionLevel,
});