Skip to content

Commit 03b9699

Browse files
authored
Merge pull request #1384 from microsoftgraph/beta/pipelinebuild/127844
Generated beta models and request builders
2 parents a225235 + e4ff58a commit 03b9699

File tree

312 files changed

+8806
-758
lines changed

Some content is hidden

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

312 files changed

+8806
-758
lines changed

src/Beta/Microsoft/Graph/CallRecords/Model/ClientUserAgent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ClientUserAgent extends UserAgent
2525
{
2626
/**
2727
* Gets the azureADAppId
28-
* The unique identifier of the Azure AD application used by this endpoint.
28+
* The unique identifier of the Microsoft Entra application used by this endpoint.
2929
*
3030
* @return string|null The azureADAppId
3131
*/
@@ -40,7 +40,7 @@ public function getAzureADAppId()
4040

4141
/**
4242
* Sets the azureADAppId
43-
* The unique identifier of the Azure AD application used by this endpoint.
43+
* The unique identifier of the Microsoft Entra application used by this endpoint.
4444
*
4545
* @param string $val The value of the azureADAppId
4646
*

src/Beta/Microsoft/Graph/CallRecords/Model/DirectRoutingLogRow.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public function setUserDisplayName($val)
633633
}
634634
/**
635635
* Gets the userId
636-
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types.
636+
* The unique identifier (GUID) of the user in Microsoft Entra ID. This and other user info is null/empty for bot call types.
637637
*
638638
* @return string|null The userId
639639
*/
@@ -648,7 +648,7 @@ public function getUserId()
648648

649649
/**
650650
* Sets the userId
651-
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types.
651+
* The unique identifier (GUID) of the user in Microsoft Entra ID. This and other user info is null/empty for bot call types.
652652
*
653653
* @param string $val The value of the userId
654654
*
@@ -661,7 +661,7 @@ public function setUserId($val)
661661
}
662662
/**
663663
* Gets the userPrincipalName
664-
* The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
664+
* The user principal name (sign-in name) in Microsoft Entra ID, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
665665
*
666666
* @return string|null The userPrincipalName
667667
*/
@@ -676,7 +676,7 @@ public function getUserPrincipalName()
676676

677677
/**
678678
* Sets the userPrincipalName
679-
* The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
679+
* The user principal name (sign-in name) in Microsoft Entra ID, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
680680
*
681681
* @param string $val The value of the userPrincipalName
682682
*

src/Beta/Microsoft/Graph/CallRecords/Model/PstnBlockedUsersLogRow.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function setUserDisplayName($val)
175175
}
176176
/**
177177
* Gets the userId
178-
* The unique identifier (GUID) of the user in Azure Active Directory.
178+
* The unique identifier (GUID) of the user in Microsoft Entra ID.
179179
*
180180
* @return string|null The userId
181181
*/
@@ -190,7 +190,7 @@ public function getUserId()
190190

191191
/**
192192
* Sets the userId
193-
* The unique identifier (GUID) of the user in Azure Active Directory.
193+
* The unique identifier (GUID) of the user in Microsoft Entra ID.
194194
*
195195
* @param string $val The value of the userId
196196
*
@@ -203,7 +203,7 @@ public function setUserId($val)
203203
}
204204
/**
205205
* Gets the userPrincipalName
206-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
206+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
207207
*
208208
* @return string|null The userPrincipalName
209209
*/
@@ -218,7 +218,7 @@ public function getUserPrincipalName()
218218

219219
/**
220220
* Sets the userPrincipalName
221-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
221+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
222222
*
223223
* @param string $val The value of the userPrincipalName
224224
*

src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ public function setUserDisplayName($val)
778778
}
779779
/**
780780
* Gets the userId
781-
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types (ucapin, ucapout).
781+
* The unique identifier (GUID) of the user in Microsoft Entra ID. This and other user info will be null/empty for bot call types (ucapin, ucapout).
782782
*
783783
* @return string|null The userId
784784
*/
@@ -793,7 +793,7 @@ public function getUserId()
793793

794794
/**
795795
* Sets the userId
796-
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types (ucapin, ucapout).
796+
* The unique identifier (GUID) of the user in Microsoft Entra ID. This and other user info will be null/empty for bot call types (ucapin, ucapout).
797797
*
798798
* @param string $val The value of the userId
799799
*
@@ -806,7 +806,7 @@ public function setUserId($val)
806806
}
807807
/**
808808
* Gets the userPrincipalName
809-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
809+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
810810
*
811811
* @return string|null The userPrincipalName
812812
*/
@@ -821,7 +821,7 @@ public function getUserPrincipalName()
821821

822822
/**
823823
* Sets the userPrincipalName
824-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
824+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
825825
*
826826
* @param string $val The value of the userPrincipalName
827827
*

src/Beta/Microsoft/Graph/CallRecords/Model/PstnOnlineMeetingDialoutReport.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function setUserDisplayName($val)
226226
}
227227
/**
228228
* Gets the userId
229-
* The unique identifier (GUID) of the user in Azure Active Directory.
229+
* The unique identifier (GUID) of the user in Microsoft Entra ID.
230230
*
231231
* @return string|null The userId
232232
*/
@@ -241,7 +241,7 @@ public function getUserId()
241241

242242
/**
243243
* Sets the userId
244-
* The unique identifier (GUID) of the user in Azure Active Directory.
244+
* The unique identifier (GUID) of the user in Microsoft Entra ID.
245245
*
246246
* @param string $val The value of the userId
247247
*
@@ -254,7 +254,7 @@ public function setUserId($val)
254254
}
255255
/**
256256
* Gets the userPrincipalName
257-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
257+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
258258
*
259259
* @return string|null The userPrincipalName
260260
*/
@@ -269,7 +269,7 @@ public function getUserPrincipalName()
269269

270270
/**
271271
* Sets the userPrincipalName
272-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
272+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
273273
*
274274
* @param string $val The value of the userPrincipalName
275275
*

src/Beta/Microsoft/Graph/CallRecords/Model/SmsLogRow.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ public function setUserDisplayName($val)
483483
}
484484
/**
485485
* Gets the userId
486-
* The unique identifier (GUID) of the user in Azure Active Directory.
486+
* The unique identifier (GUID) of the user in Microsoft Entra ID.
487487
*
488488
* @return string|null The userId
489489
*/
@@ -498,7 +498,7 @@ public function getUserId()
498498

499499
/**
500500
* Sets the userId
501-
* The unique identifier (GUID) of the user in Azure Active Directory.
501+
* The unique identifier (GUID) of the user in Microsoft Entra ID.
502502
*
503503
* @param string $val The value of the userId
504504
*
@@ -511,7 +511,7 @@ public function setUserId($val)
511511
}
512512
/**
513513
* Gets the userPrincipalName
514-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
514+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
515515
*
516516
* @return string|null The userPrincipalName
517517
*/
@@ -526,7 +526,7 @@ public function getUserPrincipalName()
526526

527527
/**
528528
* Sets the userPrincipalName
529-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
529+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
530530
*
531531
* @param string $val The value of the userPrincipalName
532532
*

src/Beta/Microsoft/Graph/ExternalConnectors/Model/Acl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function setType($val)
124124
}
125125
/**
126126
* Gets the value
127-
* The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup.
127+
* The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup.
128128
*
129129
* @return string|null The value
130130
*/
@@ -139,7 +139,7 @@ public function getValue()
139139

140140
/**
141141
* Sets the value
142-
* The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup.
142+
* The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup.
143143
*
144144
* @param string $val The value of the value
145145
*

src/Beta/Microsoft/Graph/ExternalConnectors/Model/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Configuration extends \Beta\Microsoft\Graph\Model\Entity
2525
{
2626
/**
2727
* Gets the authorizedAppIds
28-
* A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection.
28+
* A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection.
2929
*
3030
* @return string|null The authorizedAppIds
3131
*/
@@ -40,7 +40,7 @@ public function getAuthorizedAppIds()
4040

4141
/**
4242
* Sets the authorizedAppIds
43-
* A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection.
43+
* A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection.
4444
*
4545
* @param string $val The value of the authorizedAppIds
4646
*

src/Beta/Microsoft/Graph/ExternalConnectors/Model/ExternalGroup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function setDisplayName($val)
8585

8686
/**
8787
* Gets the members
88-
* A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members.
88+
* A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or other externalGroups as members.
8989
*
9090
* @return array|null The members
9191
*/
@@ -100,7 +100,7 @@ public function getMembers()
100100

101101
/**
102102
* Sets the members
103-
* A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members.
103+
* A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or other externalGroups as members.
104104
*
105105
* @param Identity[] $val The members
106106
*

src/Beta/Microsoft/Graph/ExternalConnectors/Model/Identity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Identity extends \Beta\Microsoft\Graph\Model\Entity
2626
{
2727
/**
2828
* Gets the type
29-
* The type of identity. Possible values are: user or group for Azure AD identities and externalgroup for groups in an external system.
29+
* The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.
3030
*
3131
* @return IdentityType|null The type
3232
*/
@@ -45,7 +45,7 @@ public function getType()
4545

4646
/**
4747
* Sets the type
48-
* The type of identity. Possible values are: user or group for Azure AD identities and externalgroup for groups in an external system.
48+
* The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.
4949
*
5050
* @param IdentityType $val The type
5151
*

0 commit comments

Comments
 (0)