source: vendor/google/apiclient-services/src/Verifiedaccess/DeviceSignals.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 11.0 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\Verifiedaccess;
19
20class DeviceSignals extends \Google\Collection
21{
22 protected $collection_key = 'systemDnsServers';
23 /**
24 * @var bool
25 */
26 public $allowScreenLock;
27 /**
28 * @var string
29 */
30 public $browserVersion;
31 /**
32 * @var bool
33 */
34 public $builtInDnsClientEnabled;
35 /**
36 * @var bool
37 */
38 public $chromeRemoteDesktopAppBlocked;
39 protected $crowdStrikeAgentType = CrowdStrikeAgent::class;
40 protected $crowdStrikeAgentDataType = '';
41 /**
42 * @var string[]
43 */
44 public $deviceAffiliationIds;
45 /**
46 * @var string
47 */
48 public $deviceEnrollmentDomain;
49 /**
50 * @var string
51 */
52 public $deviceManufacturer;
53 /**
54 * @var string
55 */
56 public $deviceModel;
57 /**
58 * @var string
59 */
60 public $diskEncryption;
61 /**
62 * @var string
63 */
64 public $displayName;
65 /**
66 * @var string
67 */
68 public $hostname;
69 /**
70 * @var string[]
71 */
72 public $imei;
73 /**
74 * @var string[]
75 */
76 public $macAddresses;
77 /**
78 * @var string[]
79 */
80 public $meid;
81 /**
82 * @var string
83 */
84 public $operatingSystem;
85 /**
86 * @var string
87 */
88 public $osFirewall;
89 /**
90 * @var string
91 */
92 public $osVersion;
93 /**
94 * @var string
95 */
96 public $passwordProtectionWarningTrigger;
97 /**
98 * @var string[]
99 */
100 public $profileAffiliationIds;
101 /**
102 * @var string
103 */
104 public $profileEnrollmentDomain;
105 /**
106 * @var string
107 */
108 public $realtimeUrlCheckMode;
109 /**
110 * @var string
111 */
112 public $safeBrowsingProtectionLevel;
113 /**
114 * @var string
115 */
116 public $screenLockSecured;
117 /**
118 * @var string
119 */
120 public $secureBootMode;
121 /**
122 * @var string
123 */
124 public $serialNumber;
125 /**
126 * @var bool
127 */
128 public $siteIsolationEnabled;
129 /**
130 * @var string[]
131 */
132 public $systemDnsServers;
133 /**
134 * @var bool
135 */
136 public $thirdPartyBlockingEnabled;
137 /**
138 * @var string
139 */
140 public $trigger;
141 /**
142 * @var string
143 */
144 public $windowsMachineDomain;
145 /**
146 * @var string
147 */
148 public $windowsUserDomain;
149
150 /**
151 * @param bool
152 */
153 public function setAllowScreenLock($allowScreenLock)
154 {
155 $this->allowScreenLock = $allowScreenLock;
156 }
157 /**
158 * @return bool
159 */
160 public function getAllowScreenLock()
161 {
162 return $this->allowScreenLock;
163 }
164 /**
165 * @param string
166 */
167 public function setBrowserVersion($browserVersion)
168 {
169 $this->browserVersion = $browserVersion;
170 }
171 /**
172 * @return string
173 */
174 public function getBrowserVersion()
175 {
176 return $this->browserVersion;
177 }
178 /**
179 * @param bool
180 */
181 public function setBuiltInDnsClientEnabled($builtInDnsClientEnabled)
182 {
183 $this->builtInDnsClientEnabled = $builtInDnsClientEnabled;
184 }
185 /**
186 * @return bool
187 */
188 public function getBuiltInDnsClientEnabled()
189 {
190 return $this->builtInDnsClientEnabled;
191 }
192 /**
193 * @param bool
194 */
195 public function setChromeRemoteDesktopAppBlocked($chromeRemoteDesktopAppBlocked)
196 {
197 $this->chromeRemoteDesktopAppBlocked = $chromeRemoteDesktopAppBlocked;
198 }
199 /**
200 * @return bool
201 */
202 public function getChromeRemoteDesktopAppBlocked()
203 {
204 return $this->chromeRemoteDesktopAppBlocked;
205 }
206 /**
207 * @param CrowdStrikeAgent
208 */
209 public function setCrowdStrikeAgent(CrowdStrikeAgent $crowdStrikeAgent)
210 {
211 $this->crowdStrikeAgent = $crowdStrikeAgent;
212 }
213 /**
214 * @return CrowdStrikeAgent
215 */
216 public function getCrowdStrikeAgent()
217 {
218 return $this->crowdStrikeAgent;
219 }
220 /**
221 * @param string[]
222 */
223 public function setDeviceAffiliationIds($deviceAffiliationIds)
224 {
225 $this->deviceAffiliationIds = $deviceAffiliationIds;
226 }
227 /**
228 * @return string[]
229 */
230 public function getDeviceAffiliationIds()
231 {
232 return $this->deviceAffiliationIds;
233 }
234 /**
235 * @param string
236 */
237 public function setDeviceEnrollmentDomain($deviceEnrollmentDomain)
238 {
239 $this->deviceEnrollmentDomain = $deviceEnrollmentDomain;
240 }
241 /**
242 * @return string
243 */
244 public function getDeviceEnrollmentDomain()
245 {
246 return $this->deviceEnrollmentDomain;
247 }
248 /**
249 * @param string
250 */
251 public function setDeviceManufacturer($deviceManufacturer)
252 {
253 $this->deviceManufacturer = $deviceManufacturer;
254 }
255 /**
256 * @return string
257 */
258 public function getDeviceManufacturer()
259 {
260 return $this->deviceManufacturer;
261 }
262 /**
263 * @param string
264 */
265 public function setDeviceModel($deviceModel)
266 {
267 $this->deviceModel = $deviceModel;
268 }
269 /**
270 * @return string
271 */
272 public function getDeviceModel()
273 {
274 return $this->deviceModel;
275 }
276 /**
277 * @param string
278 */
279 public function setDiskEncryption($diskEncryption)
280 {
281 $this->diskEncryption = $diskEncryption;
282 }
283 /**
284 * @return string
285 */
286 public function getDiskEncryption()
287 {
288 return $this->diskEncryption;
289 }
290 /**
291 * @param string
292 */
293 public function setDisplayName($displayName)
294 {
295 $this->displayName = $displayName;
296 }
297 /**
298 * @return string
299 */
300 public function getDisplayName()
301 {
302 return $this->displayName;
303 }
304 /**
305 * @param string
306 */
307 public function setHostname($hostname)
308 {
309 $this->hostname = $hostname;
310 }
311 /**
312 * @return string
313 */
314 public function getHostname()
315 {
316 return $this->hostname;
317 }
318 /**
319 * @param string[]
320 */
321 public function setImei($imei)
322 {
323 $this->imei = $imei;
324 }
325 /**
326 * @return string[]
327 */
328 public function getImei()
329 {
330 return $this->imei;
331 }
332 /**
333 * @param string[]
334 */
335 public function setMacAddresses($macAddresses)
336 {
337 $this->macAddresses = $macAddresses;
338 }
339 /**
340 * @return string[]
341 */
342 public function getMacAddresses()
343 {
344 return $this->macAddresses;
345 }
346 /**
347 * @param string[]
348 */
349 public function setMeid($meid)
350 {
351 $this->meid = $meid;
352 }
353 /**
354 * @return string[]
355 */
356 public function getMeid()
357 {
358 return $this->meid;
359 }
360 /**
361 * @param string
362 */
363 public function setOperatingSystem($operatingSystem)
364 {
365 $this->operatingSystem = $operatingSystem;
366 }
367 /**
368 * @return string
369 */
370 public function getOperatingSystem()
371 {
372 return $this->operatingSystem;
373 }
374 /**
375 * @param string
376 */
377 public function setOsFirewall($osFirewall)
378 {
379 $this->osFirewall = $osFirewall;
380 }
381 /**
382 * @return string
383 */
384 public function getOsFirewall()
385 {
386 return $this->osFirewall;
387 }
388 /**
389 * @param string
390 */
391 public function setOsVersion($osVersion)
392 {
393 $this->osVersion = $osVersion;
394 }
395 /**
396 * @return string
397 */
398 public function getOsVersion()
399 {
400 return $this->osVersion;
401 }
402 /**
403 * @param string
404 */
405 public function setPasswordProtectionWarningTrigger($passwordProtectionWarningTrigger)
406 {
407 $this->passwordProtectionWarningTrigger = $passwordProtectionWarningTrigger;
408 }
409 /**
410 * @return string
411 */
412 public function getPasswordProtectionWarningTrigger()
413 {
414 return $this->passwordProtectionWarningTrigger;
415 }
416 /**
417 * @param string[]
418 */
419 public function setProfileAffiliationIds($profileAffiliationIds)
420 {
421 $this->profileAffiliationIds = $profileAffiliationIds;
422 }
423 /**
424 * @return string[]
425 */
426 public function getProfileAffiliationIds()
427 {
428 return $this->profileAffiliationIds;
429 }
430 /**
431 * @param string
432 */
433 public function setProfileEnrollmentDomain($profileEnrollmentDomain)
434 {
435 $this->profileEnrollmentDomain = $profileEnrollmentDomain;
436 }
437 /**
438 * @return string
439 */
440 public function getProfileEnrollmentDomain()
441 {
442 return $this->profileEnrollmentDomain;
443 }
444 /**
445 * @param string
446 */
447 public function setRealtimeUrlCheckMode($realtimeUrlCheckMode)
448 {
449 $this->realtimeUrlCheckMode = $realtimeUrlCheckMode;
450 }
451 /**
452 * @return string
453 */
454 public function getRealtimeUrlCheckMode()
455 {
456 return $this->realtimeUrlCheckMode;
457 }
458 /**
459 * @param string
460 */
461 public function setSafeBrowsingProtectionLevel($safeBrowsingProtectionLevel)
462 {
463 $this->safeBrowsingProtectionLevel = $safeBrowsingProtectionLevel;
464 }
465 /**
466 * @return string
467 */
468 public function getSafeBrowsingProtectionLevel()
469 {
470 return $this->safeBrowsingProtectionLevel;
471 }
472 /**
473 * @param string
474 */
475 public function setScreenLockSecured($screenLockSecured)
476 {
477 $this->screenLockSecured = $screenLockSecured;
478 }
479 /**
480 * @return string
481 */
482 public function getScreenLockSecured()
483 {
484 return $this->screenLockSecured;
485 }
486 /**
487 * @param string
488 */
489 public function setSecureBootMode($secureBootMode)
490 {
491 $this->secureBootMode = $secureBootMode;
492 }
493 /**
494 * @return string
495 */
496 public function getSecureBootMode()
497 {
498 return $this->secureBootMode;
499 }
500 /**
501 * @param string
502 */
503 public function setSerialNumber($serialNumber)
504 {
505 $this->serialNumber = $serialNumber;
506 }
507 /**
508 * @return string
509 */
510 public function getSerialNumber()
511 {
512 return $this->serialNumber;
513 }
514 /**
515 * @param bool
516 */
517 public function setSiteIsolationEnabled($siteIsolationEnabled)
518 {
519 $this->siteIsolationEnabled = $siteIsolationEnabled;
520 }
521 /**
522 * @return bool
523 */
524 public function getSiteIsolationEnabled()
525 {
526 return $this->siteIsolationEnabled;
527 }
528 /**
529 * @param string[]
530 */
531 public function setSystemDnsServers($systemDnsServers)
532 {
533 $this->systemDnsServers = $systemDnsServers;
534 }
535 /**
536 * @return string[]
537 */
538 public function getSystemDnsServers()
539 {
540 return $this->systemDnsServers;
541 }
542 /**
543 * @param bool
544 */
545 public function setThirdPartyBlockingEnabled($thirdPartyBlockingEnabled)
546 {
547 $this->thirdPartyBlockingEnabled = $thirdPartyBlockingEnabled;
548 }
549 /**
550 * @return bool
551 */
552 public function getThirdPartyBlockingEnabled()
553 {
554 return $this->thirdPartyBlockingEnabled;
555 }
556 /**
557 * @param string
558 */
559 public function setTrigger($trigger)
560 {
561 $this->trigger = $trigger;
562 }
563 /**
564 * @return string
565 */
566 public function getTrigger()
567 {
568 return $this->trigger;
569 }
570 /**
571 * @param string
572 */
573 public function setWindowsMachineDomain($windowsMachineDomain)
574 {
575 $this->windowsMachineDomain = $windowsMachineDomain;
576 }
577 /**
578 * @return string
579 */
580 public function getWindowsMachineDomain()
581 {
582 return $this->windowsMachineDomain;
583 }
584 /**
585 * @param string
586 */
587 public function setWindowsUserDomain($windowsUserDomain)
588 {
589 $this->windowsUserDomain = $windowsUserDomain;
590 }
591 /**
592 * @return string
593 */
594 public function getWindowsUserDomain()
595 {
596 return $this->windowsUserDomain;
597 }
598}
599
600// Adding a class alias for backwards compatibility with the previous class name.
601class_alias(DeviceSignals::class, 'Google_Service_Verifiedaccess_DeviceSignals');
Note: See TracBrowser for help on using the repository browser.