Skip to content

Commit c7e698e

Browse files
authored
Merge pull request #1351 from microsoftgraph/v1.0/pipelinebuild/125718
Generated models and request builders
2 parents 9cf3262 + e6916ad commit c7e698e

File tree

48 files changed

+2823
-86
lines changed

Some content is hidden

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

48 files changed

+2823
-86
lines changed

src/ExternalConnectors/Model/Acl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function setType($val)
9191
}
9292
/**
9393
* Gets the value
94-
* The unique identifer of the identity. In case of 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. In case of external groups value is set to the ID of the externalGroup
94+
* 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
9595
*
9696
* @return string|null The value
9797
*/
@@ -106,7 +106,7 @@ public function getValue()
106106

107107
/**
108108
* Sets the value
109-
* The unique identifer of the identity. In case of 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. In case of external groups value is set to the ID of the externalGroup
109+
* 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
110110
*
111111
* @param string $val The value of the value
112112
*

src/Model/AgreementFileProperties.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AgreementFileProperties extends Entity
2626
{
2727
/**
2828
* Gets the createdDateTime
29-
* The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
29+
* The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
3030
*
3131
* @return \DateTime|null The createdDateTime
3232
*/
@@ -45,7 +45,7 @@ public function getCreatedDateTime()
4545

4646
/**
4747
* Sets the createdDateTime
48-
* The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
48+
* The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
4949
*
5050
* @param \DateTime $val The createdDateTime
5151
*
@@ -150,7 +150,7 @@ public function setFileName($val)
150150

151151
/**
152152
* Gets the isDefault
153-
* If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only.
153+
* If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only.
154154
*
155155
* @return bool|null The isDefault
156156
*/
@@ -165,7 +165,7 @@ public function getIsDefault()
165165

166166
/**
167167
* Sets the isDefault
168-
* If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only.
168+
* If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only.
169169
*
170170
* @param bool $val The isDefault
171171
*

src/Model/ApiApplication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function setOauth2PermissionScopes($val)
115115

116116
/**
117117
* Gets the preAuthorizedApplications
118-
* Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
118+
* Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
119119
*
120120
* @return PreAuthorizedApplication|null The preAuthorizedApplications
121121
*/
@@ -134,7 +134,7 @@ public function getPreAuthorizedApplications()
134134

135135
/**
136136
* Sets the preAuthorizedApplications
137-
* Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
137+
* Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
138138
*
139139
* @param PreAuthorizedApplication $val The value to assign to the preAuthorizedApplications
140140
*

src/Model/AppIdentity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function setAppId($val)
5353
}
5454
/**
5555
* Gets the displayName
56-
* Refers to the Application Name displayed in the Azure Portal.
56+
* Refers to the application name displayed in the Microsoft Entra admin center.
5757
*
5858
* @return string|null The displayName
5959
*/
@@ -68,7 +68,7 @@ public function getDisplayName()
6868

6969
/**
7070
* Sets the displayName
71-
* Refers to the Application Name displayed in the Azure Portal.
71+
* Refers to the application name displayed in the Microsoft Entra admin center.
7272
*
7373
* @param string $val The value of the displayName
7474
*
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
/**
3+
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4+
*
5+
* AssignmentScheduleFilterByCurrentUserOptions File
6+
* PHP version 7
7+
*
8+
* @category Library
9+
* @package Microsoft.Graph
10+
* @copyright (c) Microsoft Corporation. All rights reserved.
11+
* @license https://opensource.org/licenses/MIT MIT License
12+
* @link https://graph.microsoft.com
13+
*/
14+
namespace Microsoft\Graph\Model;
15+
16+
use Microsoft\Graph\Core\Enum;
17+
18+
/**
19+
* AssignmentScheduleFilterByCurrentUserOptions class
20+
*
21+
* @category Model
22+
* @package Microsoft.Graph
23+
* @copyright (c) Microsoft Corporation. All rights reserved.
24+
* @license https://opensource.org/licenses/MIT MIT License
25+
* @link https://graph.microsoft.com
26+
*/
27+
class AssignmentScheduleFilterByCurrentUserOptions extends Enum
28+
{
29+
/**
30+
* The Enum AssignmentScheduleFilterByCurrentUserOptions
31+
*/
32+
const PRINCIPAL = "principal";
33+
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
/**
3+
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4+
*
5+
* AssignmentScheduleInstanceFilterByCurrentUserOptions File
6+
* PHP version 7
7+
*
8+
* @category Library
9+
* @package Microsoft.Graph
10+
* @copyright (c) Microsoft Corporation. All rights reserved.
11+
* @license https://opensource.org/licenses/MIT MIT License
12+
* @link https://graph.microsoft.com
13+
*/
14+
namespace Microsoft\Graph\Model;
15+
16+
use Microsoft\Graph\Core\Enum;
17+
18+
/**
19+
* AssignmentScheduleInstanceFilterByCurrentUserOptions class
20+
*
21+
* @category Model
22+
* @package Microsoft.Graph
23+
* @copyright (c) Microsoft Corporation. All rights reserved.
24+
* @license https://opensource.org/licenses/MIT MIT License
25+
* @link https://graph.microsoft.com
26+
*/
27+
class AssignmentScheduleInstanceFilterByCurrentUserOptions extends Enum
28+
{
29+
/**
30+
* The Enum AssignmentScheduleInstanceFilterByCurrentUserOptions
31+
*/
32+
const PRINCIPAL = "principal";
33+
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
34+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?php
2+
/**
3+
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4+
*
5+
* AssignmentScheduleRequestFilterByCurrentUserOptions File
6+
* PHP version 7
7+
*
8+
* @category Library
9+
* @package Microsoft.Graph
10+
* @copyright (c) Microsoft Corporation. All rights reserved.
11+
* @license https://opensource.org/licenses/MIT MIT License
12+
* @link https://graph.microsoft.com
13+
*/
14+
namespace Microsoft\Graph\Model;
15+
16+
use Microsoft\Graph\Core\Enum;
17+
18+
/**
19+
* AssignmentScheduleRequestFilterByCurrentUserOptions class
20+
*
21+
* @category Model
22+
* @package Microsoft.Graph
23+
* @copyright (c) Microsoft Corporation. All rights reserved.
24+
* @license https://opensource.org/licenses/MIT MIT License
25+
* @link https://graph.microsoft.com
26+
*/
27+
class AssignmentScheduleRequestFilterByCurrentUserOptions extends Enum
28+
{
29+
/**
30+
* The Enum AssignmentScheduleRequestFilterByCurrentUserOptions
31+
*/
32+
const PRINCIPAL = "principal";
33+
const CREATED_BY = "createdBy";
34+
const APPROVER = "approver";
35+
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
36+
}

src/Model/AttachmentBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function setLastModifiedDateTime($val)
8888

8989
/**
9090
* Gets the name
91-
* The display name of the attachment. This does not need to be the actual file name.
91+
* The display name of the attachment. This doesn't need to be the actual file name.
9292
*
9393
* @return string|null The name
9494
*/
@@ -103,7 +103,7 @@ public function getName()
103103

104104
/**
105105
* Sets the name
106-
* The display name of the attachment. This does not need to be the actual file name.
106+
* The display name of the attachment. This doesn't need to be the actual file name.
107107
*
108108
* @param string $val The name
109109
*

src/Model/AuthenticationContextClassReference.php

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

8585
/**
8686
* Gets the isAvailable
87-
* Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false, it should not be shown in authentication context selection UX, or used to protect app resources. It will be shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).
87+
* Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it's set to false, it shouldn't be shown in authentication context selection UX, or used to protect app resources. It's shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).
8888
*
8989
* @return bool|null The isAvailable
9090
*/
@@ -99,7 +99,7 @@ public function getIsAvailable()
9999

100100
/**
101101
* Sets the isAvailable
102-
* Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false, it should not be shown in authentication context selection UX, or used to protect app resources. It will be shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).
102+
* Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it's set to false, it shouldn't be shown in authentication context selection UX, or used to protect app resources. It's shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).
103103
*
104104
* @param bool $val The isAvailable
105105
*

src/Model/DefaultUserRolePermissions.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class DefaultUserRolePermissions extends Entity
2525
{
2626
/**
2727
* Gets the allowedToCreateApps
28-
* Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Azure portal.
28+
* Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center.
2929
*
3030
* @return bool|null The allowedToCreateApps
3131
*/
@@ -40,7 +40,7 @@ public function getAllowedToCreateApps()
4040

4141
/**
4242
* Sets the allowedToCreateApps
43-
* Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Azure portal.
43+
* Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center.
4444
*
4545
* @param bool $val The value of the allowedToCreateApps
4646
*
@@ -53,7 +53,7 @@ public function setAllowedToCreateApps($val)
5353
}
5454
/**
5555
* Gets the allowedToCreateSecurityGroups
56-
* Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Azure portal: The Users can create security groups in Azure portals, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
56+
* Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center: The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
5757
*
5858
* @return bool|null The allowedToCreateSecurityGroups
5959
*/
@@ -68,7 +68,7 @@ public function getAllowedToCreateSecurityGroups()
6868

6969
/**
7070
* Sets the allowedToCreateSecurityGroups
71-
* Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Azure portal: The Users can create security groups in Azure portals, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
71+
* Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center: The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
7272
*
7373
* @param bool $val The value of the allowedToCreateSecurityGroups
7474
*
@@ -81,7 +81,7 @@ public function setAllowedToCreateSecurityGroups($val)
8181
}
8282
/**
8383
* Gets the allowedToCreateTenants
84-
* Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Azure portal. When this setting is false, users assigned the Tenant Creator role can still create tenants.
84+
* Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center. When this setting is false, users assigned the Tenant Creator role can still create tenants.
8585
*
8686
* @return bool|null The allowedToCreateTenants
8787
*/
@@ -96,7 +96,7 @@ public function getAllowedToCreateTenants()
9696

9797
/**
9898
* Sets the allowedToCreateTenants
99-
* Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Azure portal. When this setting is false, users assigned the Tenant Creator role can still create tenants.
99+
* Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center. When this setting is false, users assigned the Tenant Creator role can still create tenants.
100100
*
101101
* @param bool $val The value of the allowedToCreateTenants
102102
*

0 commit comments

Comments
 (0)