From 203970f422e07880607d503dcb970acca414740b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 21 Mar 2023 10:14:13 +0000 Subject: [PATCH] Update generated files with build 110434 --- src/Model/AuthorizationPolicy.php | 27 +++++++++++++++++++++++++++ src/Model/DeletedTeam.php | 2 ++ src/Model/Teamwork.php | 2 ++ src/Model/TeamworkTag.php | 4 ++-- 4 files changed, 33 insertions(+), 2 deletions(-) diff --git a/src/Model/AuthorizationPolicy.php b/src/Model/AuthorizationPolicy.php index 351cab46055..15b34bb403c 100644 --- a/src/Model/AuthorizationPolicy.php +++ b/src/Model/AuthorizationPolicy.php @@ -144,6 +144,33 @@ public function setAllowInvitesFrom($val) return $this; } + /** + * Gets the allowUserConsentForRiskyApps + * + * @return bool|null The allowUserConsentForRiskyApps + */ + public function getAllowUserConsentForRiskyApps() + { + if (array_key_exists("allowUserConsentForRiskyApps", $this->_propDict)) { + return $this->_propDict["allowUserConsentForRiskyApps"]; + } else { + return null; + } + } + + /** + * Sets the allowUserConsentForRiskyApps + * + * @param bool $val The allowUserConsentForRiskyApps + * + * @return AuthorizationPolicy + */ + public function setAllowUserConsentForRiskyApps($val) + { + $this->_propDict["allowUserConsentForRiskyApps"] = boolval($val); + return $this; + } + /** * Gets the blockMsolPowerShell * To disable the use of MSOL PowerShell set this property to true. This will also disable user-based access to the legacy service endpoint used by MSOL PowerShell. This does not affect Azure AD Connect or Microsoft Graph. diff --git a/src/Model/DeletedTeam.php b/src/Model/DeletedTeam.php index af22e7ce869..fb697b4a316 100644 --- a/src/Model/DeletedTeam.php +++ b/src/Model/DeletedTeam.php @@ -27,6 +27,7 @@ class DeletedTeam extends Entity /** * Gets the channels + * The channels that are either shared with this deleted team or created in this deleted team. * * @return array|null The channels */ @@ -41,6 +42,7 @@ public function getChannels() /** * Sets the channels + * The channels that are either shared with this deleted team or created in this deleted team. * * @param Channel[] $val The channels * diff --git a/src/Model/Teamwork.php b/src/Model/Teamwork.php index acaa45d96e9..c0386153314 100644 --- a/src/Model/Teamwork.php +++ b/src/Model/Teamwork.php @@ -55,6 +55,7 @@ public function setWorkforceIntegrations($val) /** * Gets the deletedTeams + * The deleted team. * * @return array|null The deletedTeams */ @@ -69,6 +70,7 @@ public function getDeletedTeams() /** * Sets the deletedTeams + * The deleted team. * * @param DeletedTeam[] $val The deletedTeams * diff --git a/src/Model/TeamworkTag.php b/src/Model/TeamworkTag.php index 9b691262a51..d39b4b45a49 100644 --- a/src/Model/TeamworkTag.php +++ b/src/Model/TeamworkTag.php @@ -26,7 +26,7 @@ class TeamworkTag extends Entity { /** * Gets the description - * The description of the tag as it will appear to the user in Microsoft Teams. + * The description of the tag as it will appear to the user in Microsoft Teams. A teamworkTag can't have more than 200 teamworkTagMembers. * * @return string|null The description */ @@ -41,7 +41,7 @@ public function getDescription() /** * Sets the description - * The description of the tag as it will appear to the user in Microsoft Teams. + * The description of the tag as it will appear to the user in Microsoft Teams. A teamworkTag can't have more than 200 teamworkTagMembers. * * @param string $val The description *