Skip to content

Commit

Permalink
Update generated files with build 125718
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Sep 26, 2023
1 parent aa0998e commit e6916ad
Show file tree
Hide file tree
Showing 48 changed files with 2,823 additions and 86 deletions.
4 changes: 2 additions & 2 deletions src/ExternalConnectors/Model/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function setType($val)
}
/**
* Gets the value
* 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
* 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
*
* @return string|null The value
*/
Expand All @@ -106,7 +106,7 @@ public function getValue()

/**
* Sets the value
* 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
* 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
*
* @param string $val The value of the value
*
Expand Down
8 changes: 4 additions & 4 deletions src/Model/AgreementFileProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AgreementFileProperties extends Entity
{
/**
* Gets the createdDateTime
* 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.
* 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.
*
* @return \DateTime|null The createdDateTime
*/
Expand All @@ -45,7 +45,7 @@ public function getCreatedDateTime()

/**
* Sets the createdDateTime
* 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.
* 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.
*
* @param \DateTime $val The createdDateTime
*
Expand Down Expand Up @@ -150,7 +150,7 @@ public function setFileName($val)

/**
* Gets the isDefault
* 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.
* 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.
*
* @return bool|null The isDefault
*/
Expand All @@ -165,7 +165,7 @@ public function getIsDefault()

/**
* Sets the isDefault
* 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.
* 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.
*
* @param bool $val The isDefault
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/ApiApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function setOauth2PermissionScopes($val)

/**
* Gets the preAuthorizedApplications
* 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.
* 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.
*
* @return PreAuthorizedApplication|null The preAuthorizedApplications
*/
Expand All @@ -134,7 +134,7 @@ public function getPreAuthorizedApplications()

/**
* Sets the preAuthorizedApplications
* 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.
* 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.
*
* @param PreAuthorizedApplication $val The value to assign to the preAuthorizedApplications
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/AppIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function setAppId($val)
}
/**
* Gets the displayName
* Refers to the Application Name displayed in the Azure Portal.
* Refers to the application name displayed in the Microsoft Entra admin center.
*
* @return string|null The displayName
*/
Expand All @@ -68,7 +68,7 @@ public function getDisplayName()

/**
* Sets the displayName
* Refers to the Application Name displayed in the Azure Portal.
* Refers to the application name displayed in the Microsoft Entra admin center.
*
* @param string $val The value of the displayName
*
Expand Down
34 changes: 34 additions & 0 deletions src/Model/AssignmentScheduleFilterByCurrentUserOptions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* AssignmentScheduleFilterByCurrentUserOptions File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
namespace Microsoft\Graph\Model;

use Microsoft\Graph\Core\Enum;

/**
* AssignmentScheduleFilterByCurrentUserOptions class
*
* @category Model
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
class AssignmentScheduleFilterByCurrentUserOptions extends Enum
{
/**
* The Enum AssignmentScheduleFilterByCurrentUserOptions
*/
const PRINCIPAL = "principal";
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
34 changes: 34 additions & 0 deletions src/Model/AssignmentScheduleInstanceFilterByCurrentUserOptions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* AssignmentScheduleInstanceFilterByCurrentUserOptions File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
namespace Microsoft\Graph\Model;

use Microsoft\Graph\Core\Enum;

/**
* AssignmentScheduleInstanceFilterByCurrentUserOptions class
*
* @category Model
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
class AssignmentScheduleInstanceFilterByCurrentUserOptions extends Enum
{
/**
* The Enum AssignmentScheduleInstanceFilterByCurrentUserOptions
*/
const PRINCIPAL = "principal";
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
36 changes: 36 additions & 0 deletions src/Model/AssignmentScheduleRequestFilterByCurrentUserOptions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* AssignmentScheduleRequestFilterByCurrentUserOptions File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
namespace Microsoft\Graph\Model;

use Microsoft\Graph\Core\Enum;

/**
* AssignmentScheduleRequestFilterByCurrentUserOptions class
*
* @category Model
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
class AssignmentScheduleRequestFilterByCurrentUserOptions extends Enum
{
/**
* The Enum AssignmentScheduleRequestFilterByCurrentUserOptions
*/
const PRINCIPAL = "principal";
const CREATED_BY = "createdBy";
const APPROVER = "approver";
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
4 changes: 2 additions & 2 deletions src/Model/AttachmentBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function setLastModifiedDateTime($val)

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

/**
* Sets the name
* The display name of the attachment. This does not need to be the actual file name.
* The display name of the attachment. This doesn't need to be the actual file name.
*
* @param string $val The name
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/AuthenticationContextClassReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setDisplayName($val)

/**
* Gets the isAvailable
* 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).
* 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).
*
* @return bool|null The isAvailable
*/
Expand All @@ -99,7 +99,7 @@ public function getIsAvailable()

/**
* Sets the isAvailable
* 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).
* 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).
*
* @param bool $val The isAvailable
*
Expand Down
12 changes: 6 additions & 6 deletions src/Model/DefaultUserRolePermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DefaultUserRolePermissions extends Entity
{
/**
* Gets the allowedToCreateApps
* 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.
* 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.
*
* @return bool|null The allowedToCreateApps
*/
Expand All @@ -40,7 +40,7 @@ public function getAllowedToCreateApps()

/**
* Sets the allowedToCreateApps
* 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.
* 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.
*
* @param bool $val The value of the allowedToCreateApps
*
Expand All @@ -53,7 +53,7 @@ public function setAllowedToCreateApps($val)
}
/**
* Gets the allowedToCreateSecurityGroups
* 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.
* 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.
*
* @return bool|null The allowedToCreateSecurityGroups
*/
Expand All @@ -68,7 +68,7 @@ public function getAllowedToCreateSecurityGroups()

/**
* Sets the allowedToCreateSecurityGroups
* 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.
* 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.
*
* @param bool $val The value of the allowedToCreateSecurityGroups
*
Expand All @@ -81,7 +81,7 @@ public function setAllowedToCreateSecurityGroups($val)
}
/**
* Gets the allowedToCreateTenants
* 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.
* 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.
*
* @return bool|null The allowedToCreateTenants
*/
Expand All @@ -96,7 +96,7 @@ public function getAllowedToCreateTenants()

/**
* Sets the allowedToCreateTenants
* 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.
* 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.
*
* @param bool $val The value of the allowedToCreateTenants
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/DelegatedAdminRelationshipRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DelegatedAdminRelationshipRequest extends Entity
{
/**
* Gets the action
* The action to be performed on the delegated admin relationship.
* The action to be performed on the delegated admin relationship. The possible values are: lockForApproval, approve, terminate, unknownFutureValue, reject. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: reject. For a partner to finalize a relationship in the created status, set the action to lockForApproval. For a partner to terminate a relationship in the active status, set the action to terminate. For an indirect reseller to approve a relationship created by an indirect provider in the approvalPending status, set the action to approve. For an indirect reseller to reject a relationship created by an indirect provider in the approvalPending status, set the action to reject.
*
* @return DelegatedAdminRelationshipRequestAction|null The action
*/
Expand All @@ -45,7 +45,7 @@ public function getAction()

/**
* Sets the action
* The action to be performed on the delegated admin relationship.
* The action to be performed on the delegated admin relationship. The possible values are: lockForApproval, approve, terminate, unknownFutureValue, reject. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: reject. For a partner to finalize a relationship in the created status, set the action to lockForApproval. For a partner to terminate a relationship in the active status, set the action to terminate. For an indirect reseller to approve a relationship created by an indirect provider in the approvalPending status, set the action to approve. For an indirect reseller to reject a relationship created by an indirect provider in the approvalPending status, set the action to reject.
*
* @param DelegatedAdminRelationshipRequestAction $val The action
*
Expand Down
1 change: 1 addition & 0 deletions src/Model/DelegatedAdminRelationshipRequestAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ class DelegatedAdminRelationshipRequestAction extends Enum
const APPROVE = "approve";
const TERMINATE = "terminate";
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
const REJECT = "reject";
}
34 changes: 34 additions & 0 deletions src/Model/EligibilityScheduleFilterByCurrentUserOptions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* EligibilityScheduleFilterByCurrentUserOptions File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
namespace Microsoft\Graph\Model;

use Microsoft\Graph\Core\Enum;

/**
* EligibilityScheduleFilterByCurrentUserOptions class
*
* @category Model
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
class EligibilityScheduleFilterByCurrentUserOptions extends Enum
{
/**
* The Enum EligibilityScheduleFilterByCurrentUserOptions
*/
const PRINCIPAL = "principal";
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
Loading

0 comments on commit e6916ad

Please sign in to comment.