Skip to content

Commit 0fced2e

Browse files
authored
Merge pull request #1043 from microsoftgraph/beta/pipelinebuild/90107
Generated beta models using Typewriter
2 parents 914c0e7 + 75d69e9 commit 0fced2e

File tree

217 files changed

+880
-902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+880
-902
lines changed

src/Beta/Microsoft/Graph/Ediscovery/Model/LegalHold.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function setDisplayName($val)
181181
* Gets the errors
182182
* Lists any errors that happened while placing the hold.
183183
*
184-
* @return string|null The errors
184+
* @return array|null The errors
185185
*/
186186
public function getErrors()
187187
{
@@ -196,7 +196,7 @@ public function getErrors()
196196
* Sets the errors
197197
* Lists any errors that happened while placing the hold.
198198
*
199-
* @param string $val The errors
199+
* @param string[] $val The errors
200200
*
201201
* @return LegalHold
202202
*/

src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagedTenant.php

Lines changed: 196 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,202 @@ public function setManagedDeviceComplianceTrends($val)
325325
}
326326

327327

328+
/**
329+
* Gets the managedTenantAlertLogs
330+
*
331+
* @return array|null The managedTenantAlertLogs
332+
*/
333+
public function getManagedTenantAlertLogs()
334+
{
335+
if (array_key_exists("managedTenantAlertLogs", $this->_propDict)) {
336+
return $this->_propDict["managedTenantAlertLogs"];
337+
} else {
338+
return null;
339+
}
340+
}
341+
342+
/**
343+
* Sets the managedTenantAlertLogs
344+
*
345+
* @param ManagedTenantAlertLog[] $val The managedTenantAlertLogs
346+
*
347+
* @return ManagedTenant
348+
*/
349+
public function setManagedTenantAlertLogs($val)
350+
{
351+
$this->_propDict["managedTenantAlertLogs"] = $val;
352+
return $this;
353+
}
354+
355+
356+
/**
357+
* Gets the managedTenantAlertRuleDefinitions
358+
*
359+
* @return array|null The managedTenantAlertRuleDefinitions
360+
*/
361+
public function getManagedTenantAlertRuleDefinitions()
362+
{
363+
if (array_key_exists("managedTenantAlertRuleDefinitions", $this->_propDict)) {
364+
return $this->_propDict["managedTenantAlertRuleDefinitions"];
365+
} else {
366+
return null;
367+
}
368+
}
369+
370+
/**
371+
* Sets the managedTenantAlertRuleDefinitions
372+
*
373+
* @param ManagedTenantAlertRuleDefinition[] $val The managedTenantAlertRuleDefinitions
374+
*
375+
* @return ManagedTenant
376+
*/
377+
public function setManagedTenantAlertRuleDefinitions($val)
378+
{
379+
$this->_propDict["managedTenantAlertRuleDefinitions"] = $val;
380+
return $this;
381+
}
382+
383+
384+
/**
385+
* Gets the managedTenantAlertRules
386+
*
387+
* @return array|null The managedTenantAlertRules
388+
*/
389+
public function getManagedTenantAlertRules()
390+
{
391+
if (array_key_exists("managedTenantAlertRules", $this->_propDict)) {
392+
return $this->_propDict["managedTenantAlertRules"];
393+
} else {
394+
return null;
395+
}
396+
}
397+
398+
/**
399+
* Sets the managedTenantAlertRules
400+
*
401+
* @param ManagedTenantAlertRule[] $val The managedTenantAlertRules
402+
*
403+
* @return ManagedTenant
404+
*/
405+
public function setManagedTenantAlertRules($val)
406+
{
407+
$this->_propDict["managedTenantAlertRules"] = $val;
408+
return $this;
409+
}
410+
411+
412+
/**
413+
* Gets the managedTenantAlerts
414+
*
415+
* @return array|null The managedTenantAlerts
416+
*/
417+
public function getManagedTenantAlerts()
418+
{
419+
if (array_key_exists("managedTenantAlerts", $this->_propDict)) {
420+
return $this->_propDict["managedTenantAlerts"];
421+
} else {
422+
return null;
423+
}
424+
}
425+
426+
/**
427+
* Sets the managedTenantAlerts
428+
*
429+
* @param ManagedTenantAlert[] $val The managedTenantAlerts
430+
*
431+
* @return ManagedTenant
432+
*/
433+
public function setManagedTenantAlerts($val)
434+
{
435+
$this->_propDict["managedTenantAlerts"] = $val;
436+
return $this;
437+
}
438+
439+
440+
/**
441+
* Gets the managedTenantApiNotifications
442+
*
443+
* @return array|null The managedTenantApiNotifications
444+
*/
445+
public function getManagedTenantApiNotifications()
446+
{
447+
if (array_key_exists("managedTenantApiNotifications", $this->_propDict)) {
448+
return $this->_propDict["managedTenantApiNotifications"];
449+
} else {
450+
return null;
451+
}
452+
}
453+
454+
/**
455+
* Sets the managedTenantApiNotifications
456+
*
457+
* @param ManagedTenantApiNotification[] $val The managedTenantApiNotifications
458+
*
459+
* @return ManagedTenant
460+
*/
461+
public function setManagedTenantApiNotifications($val)
462+
{
463+
$this->_propDict["managedTenantApiNotifications"] = $val;
464+
return $this;
465+
}
466+
467+
468+
/**
469+
* Gets the managedTenantEmailNotifications
470+
*
471+
* @return array|null The managedTenantEmailNotifications
472+
*/
473+
public function getManagedTenantEmailNotifications()
474+
{
475+
if (array_key_exists("managedTenantEmailNotifications", $this->_propDict)) {
476+
return $this->_propDict["managedTenantEmailNotifications"];
477+
} else {
478+
return null;
479+
}
480+
}
481+
482+
/**
483+
* Sets the managedTenantEmailNotifications
484+
*
485+
* @param ManagedTenantEmailNotification[] $val The managedTenantEmailNotifications
486+
*
487+
* @return ManagedTenant
488+
*/
489+
public function setManagedTenantEmailNotifications($val)
490+
{
491+
$this->_propDict["managedTenantEmailNotifications"] = $val;
492+
return $this;
493+
}
494+
495+
496+
/**
497+
* Gets the managedTenantTicketingEndpoints
498+
*
499+
* @return array|null The managedTenantTicketingEndpoints
500+
*/
501+
public function getManagedTenantTicketingEndpoints()
502+
{
503+
if (array_key_exists("managedTenantTicketingEndpoints", $this->_propDict)) {
504+
return $this->_propDict["managedTenantTicketingEndpoints"];
505+
} else {
506+
return null;
507+
}
508+
}
509+
510+
/**
511+
* Sets the managedTenantTicketingEndpoints
512+
*
513+
* @param ManagedTenantTicketingEndpoint[] $val The managedTenantTicketingEndpoints
514+
*
515+
* @return ManagedTenant
516+
*/
517+
public function setManagedTenantTicketingEndpoints($val)
518+
{
519+
$this->_propDict["managedTenantTicketingEndpoints"] = $val;
520+
return $this;
521+
}
522+
523+
328524
/**
329525
* Gets the managementActions
330526
* The collection of baseline management actions across managed tenants.

src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantGroup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function setManagementIntents($val)
146146
* Gets the tenantIds
147147
* The collection of managed tenant identifiers include in the tenant group. Optional. Read-only.
148148
*
149-
* @return string|null The tenantIds
149+
* @return array|null The tenantIds
150150
*/
151151
public function getTenantIds()
152152
{
@@ -161,7 +161,7 @@ public function getTenantIds()
161161
* Sets the tenantIds
162162
* The collection of managed tenant identifiers include in the tenant group. Optional. Read-only.
163163
*
164-
* @param string $val The tenantIds
164+
* @param string[] $val The tenantIds
165165
*
166166
* @return TenantGroup
167167
*/

src/Beta/Microsoft/Graph/Model/Alert.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public function setCloudAppStates($val)
264264
* Gets the comments
265265
* Customer-provided comments on alert (for customer alert management) (supports update).
266266
*
267-
* @return string|null The comments
267+
* @return array|null The comments
268268
*/
269269
public function getComments()
270270
{
@@ -279,7 +279,7 @@ public function getComments()
279279
* Sets the comments
280280
* Customer-provided comments on alert (for customer alert management) (supports update).
281281
*
282-
* @param string $val The comments
282+
* @param string[] $val The comments
283283
*
284284
* @return Alert
285285
*/
@@ -384,7 +384,7 @@ public function setDescription($val)
384384
* Gets the detectionIds
385385
* Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record).
386386
*
387-
* @return string|null The detectionIds
387+
* @return array|null The detectionIds
388388
*/
389389
public function getDetectionIds()
390390
{
@@ -399,7 +399,7 @@ public function getDetectionIds()
399399
* Sets the detectionIds
400400
* Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record).
401401
*
402-
* @param string $val The detectionIds
402+
* @param string[] $val The detectionIds
403403
*
404404
* @return Alert
405405
*/
@@ -569,7 +569,7 @@ public function setHostStates($val)
569569
* Gets the incidentIds
570570
* IDs of incidents related to current alert.
571571
*
572-
* @return string|null The incidentIds
572+
* @return array|null The incidentIds
573573
*/
574574
public function getIncidentIds()
575575
{
@@ -584,7 +584,7 @@ public function getIncidentIds()
584584
* Sets the incidentIds
585585
* IDs of incidents related to current alert.
586586
*
587-
* @param string $val The incidentIds
587+
* @param string[] $val The incidentIds
588588
*
589589
* @return Alert
590590
*/
@@ -808,7 +808,7 @@ public function setProcesses($val)
808808
* Gets the recommendedActions
809809
* Vendor/provider recommended action(s) to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host).
810810
*
811-
* @return string|null The recommendedActions
811+
* @return array|null The recommendedActions
812812
*/
813813
public function getRecommendedActions()
814814
{
@@ -823,7 +823,7 @@ public function getRecommendedActions()
823823
* Sets the recommendedActions
824824
* Vendor/provider recommended action(s) to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host).
825825
*
826-
* @param string $val The recommendedActions
826+
* @param string[] $val The recommendedActions
827827
*
828828
* @return Alert
829829
*/
@@ -930,7 +930,7 @@ public function setSeverity($val)
930930
* Gets the sourceMaterials
931931
* Hyperlinks (URIs) to the source material related to the alert, for example, provider's user interface for alerts or log search, etc.
932932
*
933-
* @return string|null The sourceMaterials
933+
* @return array|null The sourceMaterials
934934
*/
935935
public function getSourceMaterials()
936936
{
@@ -945,7 +945,7 @@ public function getSourceMaterials()
945945
* Sets the sourceMaterials
946946
* Hyperlinks (URIs) to the source material related to the alert, for example, provider's user interface for alerts or log search, etc.
947947
*
948-
* @param string $val The sourceMaterials
948+
* @param string[] $val The sourceMaterials
949949
*
950950
* @return Alert
951951
*/
@@ -992,7 +992,7 @@ public function setStatus($val)
992992
* Gets the tags
993993
* User-definable labels that can be applied to an alert and can serve as filter conditions (for example 'HVA', 'SAW', etc.) (supports update).
994994
*
995-
* @return string|null The tags
995+
* @return array|null The tags
996996
*/
997997
public function getTags()
998998
{
@@ -1007,7 +1007,7 @@ public function getTags()
10071007
* Sets the tags
10081008
* User-definable labels that can be applied to an alert and can serve as filter conditions (for example 'HVA', 'SAW', etc.) (supports update).
10091009
*
1010-
* @param string $val The tags
1010+
* @param string[] $val The tags
10111011
*
10121012
* @return Alert
10131013
*/

src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerEnrollmentProfile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ public function setQrCodeImage($val)
396396
* Gets the roleScopeTagIds
397397
* List of Scope Tags for this Entity instance.
398398
*
399-
* @return string|null The roleScopeTagIds
399+
* @return array|null The roleScopeTagIds
400400
*/
401401
public function getRoleScopeTagIds()
402402
{
@@ -411,7 +411,7 @@ public function getRoleScopeTagIds()
411411
* Sets the roleScopeTagIds
412412
* List of Scope Tags for this Entity instance.
413413
*
414-
* @param string $val The roleScopeTagIds
414+
* @param string[] $val The roleScopeTagIds
415415
*
416416
* @return AndroidDeviceOwnerEnrollmentProfile
417417
*/

src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerEnterpriseWiFiConfiguration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function setOuterIdentityPrivacyTemporaryValue($val)
189189
* Gets the trustedServerCertificateNames
190190
* Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network.
191191
*
192-
* @return string|null The trustedServerCertificateNames
192+
* @return array|null The trustedServerCertificateNames
193193
*/
194194
public function getTrustedServerCertificateNames()
195195
{
@@ -204,7 +204,7 @@ public function getTrustedServerCertificateNames()
204204
* Sets the trustedServerCertificateNames
205205
* Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network.
206206
*
207-
* @param string $val The trustedServerCertificateNames
207+
* @param string[] $val The trustedServerCertificateNames
208208
*
209209
* @return AndroidDeviceOwnerEnterpriseWiFiConfiguration
210210
*/

0 commit comments

Comments
 (0)