From a7e5a8ecfb7335bb73914e9416b7040670c0c945 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 29 Aug 2023 10:27:19 +0000 Subject: [PATCH 1/2] Update generated files with build 123864 --- .../Graph/Model/AccessPackageSubject.php | 31 ++++++++ .../Model/AppliedConditionalAccessPolicy.php | 12 +-- .../Model/AttachmentContentProperties.php | 31 ++++++++ src/Beta/Microsoft/Graph/Model/BaseItem.php | 12 +-- .../Model/ConditionalAccessRuleSatisfied.php | 8 +- ...TenantAccessPolicyConfigurationPartner.php | 2 + ...ementConfigurationSettingApplicability.php | 8 +- ...nagementConfigurationSettingDefinition.php | 40 +++++----- ...ationSimpleSettingCollectionDefinition.php | 8 +- ...ntConfigurationSimpleSettingDefinition.php | 16 ++-- ...eOathAuthenticationMethodConfiguration.php | 57 ++++++++++++++ .../Microsoft/Graph/Model/IdentitySet.php | 12 +-- src/Beta/Microsoft/Graph/Model/KeyValue.php | 8 +- .../Microsoft/Graph/Model/KeyValuePair.php | 8 +- .../Model/MacOsLobAppAssignmentSettings.php | 4 +- .../Microsoft/Graph/Model/MetadataEntry.php | 78 +++++++++++++++++++ .../Graph/Model/MultiTenantOrganization.php | 12 +++ ...OrganizationIdentitySyncPolicyTemplate.php | 4 + ...ltiTenantOrganizationJoinRequestRecord.php | 8 ++ ...ganizationJoinRequestTransitionDetails.php | 6 ++ .../Model/MultiTenantOrganizationMember.php | 16 ++++ ...antOrganizationMemberTransitionDetails.php | 8 ++ ...ganizationPartnerConfigurationTemplate.php | 14 ++++ .../Microsoft/Graph/Model/PolicyTemplate.php | 4 + src/Beta/Microsoft/Graph/Model/SignIn.php | 4 + .../Graph/Model/TenantRelationship.php | 2 + ...dowsUniversalAppXAppAssignmentSettings.php | 4 +- .../WindowsUpdates/Model/MonitoringAction.php | 1 + .../WindowsUpdates/Model/MonitoringSignal.php | 1 + 29 files changed, 349 insertions(+), 70 deletions(-) create mode 100644 src/Beta/Microsoft/Graph/Model/HardwareOathAuthenticationMethodConfiguration.php create mode 100644 src/Beta/Microsoft/Graph/Model/MetadataEntry.php diff --git a/src/Beta/Microsoft/Graph/Model/AccessPackageSubject.php b/src/Beta/Microsoft/Graph/Model/AccessPackageSubject.php index 7f26199eb29..0e245a2b9a9 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessPackageSubject.php +++ b/src/Beta/Microsoft/Graph/Model/AccessPackageSubject.php @@ -53,6 +53,37 @@ public function setAltSecId($val) return $this; } + /** + * Gets the cleanupScheduledDateTime + * + * @return \DateTime|null The cleanupScheduledDateTime + */ + public function getCleanupScheduledDateTime() + { + if (array_key_exists("cleanupScheduledDateTime", $this->_propDict)) { + if (is_a($this->_propDict["cleanupScheduledDateTime"], "\DateTime") || is_null($this->_propDict["cleanupScheduledDateTime"])) { + return $this->_propDict["cleanupScheduledDateTime"]; + } else { + $this->_propDict["cleanupScheduledDateTime"] = new \DateTime($this->_propDict["cleanupScheduledDateTime"]); + return $this->_propDict["cleanupScheduledDateTime"]; + } + } + return null; + } + + /** + * Sets the cleanupScheduledDateTime + * + * @param \DateTime $val The cleanupScheduledDateTime + * + * @return AccessPackageSubject + */ + public function setCleanupScheduledDateTime($val) + { + $this->_propDict["cleanupScheduledDateTime"] = $val; + return $this; + } + /** * Gets the connectedOrganizationId * The identifier of the connected organization of the subject. diff --git a/src/Beta/Microsoft/Graph/Model/AppliedConditionalAccessPolicy.php b/src/Beta/Microsoft/Graph/Model/AppliedConditionalAccessPolicy.php index 1264911a13e..71f75adb123 100644 --- a/src/Beta/Microsoft/Graph/Model/AppliedConditionalAccessPolicy.php +++ b/src/Beta/Microsoft/Graph/Model/AppliedConditionalAccessPolicy.php @@ -59,7 +59,7 @@ public function setAuthenticationStrength($val) /** * Gets the conditionsNotSatisfied - * Refers to the conditional access policy conditions that are not satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk. + * Refers to the conditional access policy conditions that are not satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk . Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * * @return ConditionalAccessConditions|null The conditionsNotSatisfied */ @@ -78,7 +78,7 @@ public function getConditionsNotSatisfied() /** * Sets the conditionsNotSatisfied - * Refers to the conditional access policy conditions that are not satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk. + * Refers to the conditional access policy conditions that are not satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk . Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * * @param ConditionalAccessConditions $val The value to assign to the conditionsNotSatisfied * @@ -92,7 +92,7 @@ public function setConditionsNotSatisfied($val) /** * Gets the conditionsSatisfied - * Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk. + * Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * * @return ConditionalAccessConditions|null The conditionsSatisfied */ @@ -111,7 +111,7 @@ public function getConditionsSatisfied() /** * Sets the conditionsSatisfied - * Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk. + * Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * * @param ConditionalAccessConditions $val The value to assign to the conditionsSatisfied * @@ -209,7 +209,7 @@ public function setEnforcedSessionControls($val) /** * Gets the excludeRulesSatisfied - * List of key-value pairs containing each matched exclude condition in the conditional access policy. Example: [{'devicePlatform' : 'DevicePlatform'}] means the policy didn’t apply, because the DevicePlatform condition was a match. + * List of key-value pairs containing each matched exclude condition in the conditional access policy. Example: [{'devicePlatform' : 'DevicePlatform'}] means the policy didn't apply, because the DevicePlatform condition was a match. * * @return ConditionalAccessRuleSatisfied|null The excludeRulesSatisfied */ @@ -228,7 +228,7 @@ public function getExcludeRulesSatisfied() /** * Sets the excludeRulesSatisfied - * List of key-value pairs containing each matched exclude condition in the conditional access policy. Example: [{'devicePlatform' : 'DevicePlatform'}] means the policy didn’t apply, because the DevicePlatform condition was a match. + * List of key-value pairs containing each matched exclude condition in the conditional access policy. Example: [{'devicePlatform' : 'DevicePlatform'}] means the policy didn't apply, because the DevicePlatform condition was a match. * * @param ConditionalAccessRuleSatisfied $val The value to assign to the excludeRulesSatisfied * diff --git a/src/Beta/Microsoft/Graph/Model/AttachmentContentProperties.php b/src/Beta/Microsoft/Graph/Model/AttachmentContentProperties.php index 80b7f8f7674..64040363bf1 100644 --- a/src/Beta/Microsoft/Graph/Model/AttachmentContentProperties.php +++ b/src/Beta/Microsoft/Graph/Model/AttachmentContentProperties.php @@ -54,4 +54,35 @@ public function setCurrentLabel($val) $this->_propDict["currentLabel"] = $val; return $this; } + + /** + * Gets the discoveredSensitiveTypes + * + * @return DiscoveredSensitiveType|null The discoveredSensitiveTypes + */ + public function getDiscoveredSensitiveTypes() + { + if (array_key_exists("discoveredSensitiveTypes", $this->_propDict)) { + if (is_a($this->_propDict["discoveredSensitiveTypes"], "\Beta\Microsoft\Graph\Model\DiscoveredSensitiveType") || is_null($this->_propDict["discoveredSensitiveTypes"])) { + return $this->_propDict["discoveredSensitiveTypes"]; + } else { + $this->_propDict["discoveredSensitiveTypes"] = new DiscoveredSensitiveType($this->_propDict["discoveredSensitiveTypes"]); + return $this->_propDict["discoveredSensitiveTypes"]; + } + } + return null; + } + + /** + * Sets the discoveredSensitiveTypes + * + * @param DiscoveredSensitiveType $val The value to assign to the discoveredSensitiveTypes + * + * @return AttachmentContentProperties The AttachmentContentProperties + */ + public function setDiscoveredSensitiveTypes($val) + { + $this->_propDict["discoveredSensitiveTypes"] = $val; + return $this; + } } diff --git a/src/Beta/Microsoft/Graph/Model/BaseItem.php b/src/Beta/Microsoft/Graph/Model/BaseItem.php index e5041ef488f..f1bbdd3e3c6 100644 --- a/src/Beta/Microsoft/Graph/Model/BaseItem.php +++ b/src/Beta/Microsoft/Graph/Model/BaseItem.php @@ -26,7 +26,7 @@ class BaseItem extends Entity { /** * Gets the createdBy - * Identity of the user, device, or application which created the item. Read-only. + * Identity of the user, device, or application that created the item. Read-only. * * @return IdentitySet|null The createdBy */ @@ -45,7 +45,7 @@ public function getCreatedBy() /** * Sets the createdBy - * Identity of the user, device, or application which created the item. Read-only. + * Identity of the user, device, or application that created the item. Read-only. * * @param IdentitySet $val The createdBy * @@ -148,7 +148,7 @@ public function setETag($val) /** * Gets the lastModifiedBy - * Identity of the user, device, and application which last modified the item. Read-only. + * Identity of the user, device, and application that last modified the item. Read-only. * * @return IdentitySet|null The lastModifiedBy */ @@ -167,7 +167,7 @@ public function getLastModifiedBy() /** * Sets the lastModifiedBy - * Identity of the user, device, and application which last modified the item. Read-only. + * Identity of the user, device, and application that last modified the item. Read-only. * * @param IdentitySet $val The lastModifiedBy * @@ -276,7 +276,7 @@ public function setParentReference($val) /** * Gets the webUrl - * URL that displays the resource in the browser. Read-only. + * URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only. * * @return string|null The webUrl */ @@ -291,7 +291,7 @@ public function getWebUrl() /** * Sets the webUrl - * URL that displays the resource in the browser. Read-only. + * URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only. * * @param string $val The webUrl * diff --git a/src/Beta/Microsoft/Graph/Model/ConditionalAccessRuleSatisfied.php b/src/Beta/Microsoft/Graph/Model/ConditionalAccessRuleSatisfied.php index 72eeff2fa8f..0c778759f76 100644 --- a/src/Beta/Microsoft/Graph/Model/ConditionalAccessRuleSatisfied.php +++ b/src/Beta/Microsoft/Graph/Model/ConditionalAccessRuleSatisfied.php @@ -26,7 +26,7 @@ class ConditionalAccessRuleSatisfied extends Entity /** * Gets the conditionalAccessCondition - * Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client, ipAddressSeenByAzureAD, ipAddressSeenByResourceProvider, unknownFutureValue, servicePrincipals, servicePrincipalRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals, servicePrincipalRisk. + * Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client, ipAddressSeenByAzureAD, ipAddressSeenByResourceProvider, unknownFutureValue, servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * * @return ConditionalAccessConditions|null The conditionalAccessCondition */ @@ -45,7 +45,7 @@ public function getConditionalAccessCondition() /** * Sets the conditionalAccessCondition - * Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client, ipAddressSeenByAzureAD, ipAddressSeenByResourceProvider, unknownFutureValue, servicePrincipals, servicePrincipalRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals, servicePrincipalRisk. + * Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client, ipAddressSeenByAzureAD, ipAddressSeenByResourceProvider, unknownFutureValue, servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * * @param ConditionalAccessConditions $val The value to assign to the conditionalAccessCondition * @@ -59,7 +59,7 @@ public function setConditionalAccessCondition($val) /** * Gets the ruleSatisfied - * Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps, firstPartyApps, office365, appId, acr, appFilter, allUsers, guest, groupId, roleId, userId, allDevicePlatforms, devicePlatform, allLocations, insideCorpnet, allTrustedLocations, locationId, allDevices, deviceFilter, deviceState, unknownFutureValue, deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals. + * Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps, firstPartyApps, office365, appId, acr, appFilter, allUsers, guest, groupId, roleId, userId, allDevicePlatforms, devicePlatform, allLocations, insideCorpnet, allTrustedLocations, locationId, allDevices, deviceFilter, deviceState, unknownFutureValue, deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. * * @return ConditionalAccessRule|null The ruleSatisfied */ @@ -78,7 +78,7 @@ public function getRuleSatisfied() /** * Sets the ruleSatisfied - * Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps, firstPartyApps, office365, appId, acr, appFilter, allUsers, guest, groupId, roleId, userId, allDevicePlatforms, devicePlatform, allLocations, insideCorpnet, allTrustedLocations, locationId, allDevices, deviceFilter, deviceState, unknownFutureValue, deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals. + * Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps, firstPartyApps, office365, appId, acr, appFilter, allUsers, guest, groupId, roleId, userId, allDevicePlatforms, devicePlatform, allLocations, insideCorpnet, allTrustedLocations, locationId, allDevices, deviceFilter, deviceState, unknownFutureValue, deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. * * @param ConditionalAccessRule $val The value to assign to the ruleSatisfied * diff --git a/src/Beta/Microsoft/Graph/Model/CrossTenantAccessPolicyConfigurationPartner.php b/src/Beta/Microsoft/Graph/Model/CrossTenantAccessPolicyConfigurationPartner.php index 0227873fea1..345d7af4c4e 100644 --- a/src/Beta/Microsoft/Graph/Model/CrossTenantAccessPolicyConfigurationPartner.php +++ b/src/Beta/Microsoft/Graph/Model/CrossTenantAccessPolicyConfigurationPartner.php @@ -255,6 +255,7 @@ public function setInboundTrust($val) /** * Gets the isInMultiTenantOrganization + * Identifies whether a tenant is a member of a multi-tenant organization. * * @return bool|null The isInMultiTenantOrganization */ @@ -269,6 +270,7 @@ public function getIsInMultiTenantOrganization() /** * Sets the isInMultiTenantOrganization + * Identifies whether a tenant is a member of a multi-tenant organization. * * @param bool $val The isInMultiTenantOrganization * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php index cef962d064b..45dc217d3c7 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php @@ -87,7 +87,7 @@ public function setDeviceMode($val) /** * Gets the platform - * Platform setting can be applied on. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. + * Platform setting can be applied on. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. * * @return DeviceManagementConfigurationPlatforms|null The platform */ @@ -106,7 +106,7 @@ public function getPlatform() /** * Sets the platform - * Platform setting can be applied on. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. + * Platform setting can be applied on. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. * * @param DeviceManagementConfigurationPlatforms $val The value to assign to the platform * @@ -120,7 +120,7 @@ public function setPlatform($val) /** * Gets the technologies - * Which technology channels this setting can be deployed through. Posible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. + * Which technology channels this setting can be deployed through. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. * * @return DeviceManagementConfigurationTechnologies|null The technologies */ @@ -139,7 +139,7 @@ public function getTechnologies() /** * Sets the technologies - * Which technology channels this setting can be deployed through. Posible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. + * Which technology channels this setting can be deployed through. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. * * @param DeviceManagementConfigurationTechnologies $val The value to assign to the technologies * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingDefinition.php index a8b2772c491..f86396f11eb 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingDefinition.php @@ -59,7 +59,7 @@ public function setAccessTypes($val) /** * Gets the applicability - * Details which device setting is applicable on. Supports: $filters. + * Details which device setting is applicable on * * @return DeviceManagementConfigurationSettingApplicability|null The applicability */ @@ -78,7 +78,7 @@ public function getApplicability() /** * Sets the applicability - * Details which device setting is applicable on. Supports: $filters. + * Details which device setting is applicable on * * @param DeviceManagementConfigurationSettingApplicability $val The applicability * @@ -121,7 +121,7 @@ public function setBaseUri($val) /** * Gets the categoryId - * Specify category in which the setting is under. Support $filters. + * Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) * * @return string|null The categoryId */ @@ -136,7 +136,7 @@ public function getCategoryId() /** * Sets the categoryId - * Specify category in which the setting is under. Support $filters. + * Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) * * @param string $val The categoryId * @@ -150,7 +150,7 @@ public function setCategoryId($val) /** * Gets the description - * Description of the setting. + * Description of the item * * @return string|null The description */ @@ -165,7 +165,7 @@ public function getDescription() /** * Sets the description - * Description of the setting. + * Description of the item * * @param string $val The description * @@ -179,7 +179,7 @@ public function setDescription($val) /** * Gets the displayName - * Name of the setting. For example: Allow Toast. + * Display name of the item * * @return string|null The displayName */ @@ -194,7 +194,7 @@ public function getDisplayName() /** * Sets the displayName - * Name of the setting. For example: Allow Toast. + * Display name of the item * * @param string $val The displayName * @@ -208,7 +208,7 @@ public function setDisplayName($val) /** * Gets the helpText - * Help text of the setting. Give more details of the setting. + * Help text of the item * * @return string|null The helpText */ @@ -223,7 +223,7 @@ public function getHelpText() /** * Sets the helpText - * Help text of the setting. Give more details of the setting. + * Help text of the item * * @param string $val The helpText * @@ -237,7 +237,7 @@ public function setHelpText($val) /** * Gets the infoUrls - * List of links more info for the setting can be found at. + * List of links more info for the setting can be found at * * @return array|null The infoUrls */ @@ -252,7 +252,7 @@ public function getInfoUrls() /** * Sets the infoUrls - * List of links more info for the setting can be found at. + * List of links more info for the setting can be found at * * @param string[] $val The infoUrls * @@ -416,7 +416,7 @@ public function setReferredSettingInformationList($val) /** * Gets the rootDefinitionId - * Root setting definition id if the setting is a child setting. + * Root setting definition if the setting is a child setting. * * @return string|null The rootDefinitionId */ @@ -431,7 +431,7 @@ public function getRootDefinitionId() /** * Sets the rootDefinitionId - * Root setting definition id if the setting is a child setting. + * Root setting definition if the setting is a child setting. * * @param string $val The rootDefinitionId * @@ -445,7 +445,7 @@ public function setRootDefinitionId($val) /** * Gets the settingUsage - * Indicate setting type for the setting. Possible values are: configuration, compliance, reusableSetting. Each setting usage has separate API end-point to call. Possible values are: none, configuration, compliance, unknownFutureValue. + * Setting type, for example, configuration and compliance. Possible values are: none, configuration, compliance. * * @return DeviceManagementConfigurationSettingUsage|null The settingUsage */ @@ -464,7 +464,7 @@ public function getSettingUsage() /** * Sets the settingUsage - * Indicate setting type for the setting. Possible values are: configuration, compliance, reusableSetting. Each setting usage has separate API end-point to call. Possible values are: none, configuration, compliance, unknownFutureValue. + * Setting type, for example, configuration and compliance. Possible values are: none, configuration, compliance. * * @param DeviceManagementConfigurationSettingUsage $val The settingUsage * @@ -478,7 +478,7 @@ public function setSettingUsage($val) /** * Gets the uxBehavior - * Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane, unknownFutureValue. + * Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane. * * @return DeviceManagementConfigurationControlType|null The uxBehavior */ @@ -497,7 +497,7 @@ public function getUxBehavior() /** * Sets the uxBehavior - * Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane, unknownFutureValue. + * Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane. * * @param DeviceManagementConfigurationControlType $val The uxBehavior * @@ -540,7 +540,7 @@ public function setVersion($val) /** * Gets the visibility - * Setting visibility scope to UX. Possible values are: none, settingsCatalog, template. Possible values are: none, settingsCatalog, template, unknownFutureValue. + * Setting visibility scope to UX. Possible values are: none, settingsCatalog, template. * * @return DeviceManagementConfigurationSettingVisibility|null The visibility */ @@ -559,7 +559,7 @@ public function getVisibility() /** * Sets the visibility - * Setting visibility scope to UX. Possible values are: none, settingsCatalog, template. Possible values are: none, settingsCatalog, template, unknownFutureValue. + * Setting visibility scope to UX. Possible values are: none, settingsCatalog, template. * * @param DeviceManagementConfigurationSettingVisibility $val The visibility * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php index 60995c914c7..68ed03d5cbc 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSimpleSettingCollectionDefinition extends Dev { /** * Gets the maximumCount - * Maximum number of simple settings in the collection. Valid values 1 to 100 + * Maximum number of simple settings in the collection * * @return int|null The maximumCount */ @@ -41,7 +41,7 @@ public function getMaximumCount() /** * Sets the maximumCount - * Maximum number of simple settings in the collection. Valid values 1 to 100 + * Maximum number of simple settings in the collection * * @param int $val The maximumCount * @@ -55,7 +55,7 @@ public function setMaximumCount($val) /** * Gets the minimumCount - * Minimum number of simple settings in the collection. Valid values 1 to 100 + * Minimum number of simple settings in the collection * * @return int|null The minimumCount */ @@ -70,7 +70,7 @@ public function getMinimumCount() /** * Sets the minimumCount - * Minimum number of simple settings in the collection. Valid values 1 to 100 + * Minimum number of simple settings in the collection * * @param int $val The minimumCount * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php index cfb59dc09c9..245b38ef0d2 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSimpleSettingDefinition extends DeviceManagem { /** * Gets the defaultValue - * Default setting value for this setting. + * Default setting value for this setting * * @return DeviceManagementConfigurationSettingValue|null The defaultValue */ @@ -45,7 +45,7 @@ public function getDefaultValue() /** * Sets the defaultValue - * Default setting value for this setting. + * Default setting value for this setting * * @param DeviceManagementConfigurationSettingValue $val The defaultValue * @@ -60,7 +60,7 @@ public function setDefaultValue($val) /** * Gets the dependedOnBy - * list of child settings that depend on this setting. + * list of child settings that depend on this setting * * @return array|null The dependedOnBy */ @@ -75,7 +75,7 @@ public function getDependedOnBy() /** * Sets the dependedOnBy - * list of child settings that depend on this setting. + * list of child settings that depend on this setting * * @param DeviceManagementConfigurationSettingDependedOnBy[] $val The dependedOnBy * @@ -90,7 +90,7 @@ public function setDependedOnBy($val) /** * Gets the dependentOn - * list of parent settings this setting is dependent on. + * list of parent settings this setting is dependent on * * @return array|null The dependentOn */ @@ -105,7 +105,7 @@ public function getDependentOn() /** * Sets the dependentOn - * list of parent settings this setting is dependent on. + * list of parent settings this setting is dependent on * * @param DeviceManagementConfigurationDependentOn[] $val The dependentOn * @@ -119,7 +119,7 @@ public function setDependentOn($val) /** * Gets the valueDefinition - * Definition of the value for this setting. + * Definition of the value for this setting * * @return DeviceManagementConfigurationSettingValueDefinition|null The valueDefinition */ @@ -138,7 +138,7 @@ public function getValueDefinition() /** * Sets the valueDefinition - * Definition of the value for this setting. + * Definition of the value for this setting * * @param DeviceManagementConfigurationSettingValueDefinition $val The valueDefinition * diff --git a/src/Beta/Microsoft/Graph/Model/HardwareOathAuthenticationMethodConfiguration.php b/src/Beta/Microsoft/Graph/Model/HardwareOathAuthenticationMethodConfiguration.php new file mode 100644 index 00000000000..ce665d2a249 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/HardwareOathAuthenticationMethodConfiguration.php @@ -0,0 +1,57 @@ +_propDict)) { + return $this->_propDict["includeTargets"]; + } else { + return null; + } + } + + /** + * Sets the includeTargets + * A collection of groups that are enabled to use the authentication method. Expanded by default. + * + * @param AuthenticationMethodTarget[] $val The includeTargets + * + * @return HardwareOathAuthenticationMethodConfiguration + */ + public function setIncludeTargets($val) + { + $this->_propDict["includeTargets"] = $val; + return $this; + } + +} diff --git a/src/Beta/Microsoft/Graph/Model/IdentitySet.php b/src/Beta/Microsoft/Graph/Model/IdentitySet.php index 2046ffd53d1..655759bfd9f 100644 --- a/src/Beta/Microsoft/Graph/Model/IdentitySet.php +++ b/src/Beta/Microsoft/Graph/Model/IdentitySet.php @@ -26,7 +26,7 @@ class IdentitySet extends Entity /** * Gets the application - * The Identity of the Application. This property is read-only. + * Optional. The application associated with this action. * * @return Identity|null The application */ @@ -45,7 +45,7 @@ public function getApplication() /** * Sets the application - * The Identity of the Application. This property is read-only. + * Optional. The application associated with this action. * * @param Identity $val The value to assign to the application * @@ -59,7 +59,7 @@ public function setApplication($val) /** * Gets the device - * The Identity of the Device. This property is read-only. + * Optional. The device associated with this action. * * @return Identity|null The device */ @@ -78,7 +78,7 @@ public function getDevice() /** * Sets the device - * The Identity of the Device. This property is read-only. + * Optional. The device associated with this action. * * @param Identity $val The value to assign to the device * @@ -92,7 +92,7 @@ public function setDevice($val) /** * Gets the user - * The Identity of the User. This property is read-only. + * Optional. The user associated with this action. * * @return Identity|null The user */ @@ -111,7 +111,7 @@ public function getUser() /** * Sets the user - * The Identity of the User. This property is read-only. + * Optional. The user associated with this action. * * @param Identity $val The value to assign to the user * diff --git a/src/Beta/Microsoft/Graph/Model/KeyValue.php b/src/Beta/Microsoft/Graph/Model/KeyValue.php index 2dfdabba03a..9e797ef81ae 100644 --- a/src/Beta/Microsoft/Graph/Model/KeyValue.php +++ b/src/Beta/Microsoft/Graph/Model/KeyValue.php @@ -25,7 +25,7 @@ class KeyValue extends Entity { /** * Gets the key - * Key. + * Contains the name of the field that a value is associated with. * * @return string|null The key */ @@ -40,7 +40,7 @@ public function getKey() /** * Sets the key - * Key. + * Contains the name of the field that a value is associated with. * * @param string $val The value of the key * @@ -53,7 +53,7 @@ public function setKey($val) } /** * Gets the value - * Value. + * Contains the corresponding value for the specified key. * * @return string|null The value */ @@ -68,7 +68,7 @@ public function getValue() /** * Sets the value - * Value. + * Contains the corresponding value for the specified key. * * @param string $val The value of the value * diff --git a/src/Beta/Microsoft/Graph/Model/KeyValuePair.php b/src/Beta/Microsoft/Graph/Model/KeyValuePair.php index 7ba63886b10..e82157217f0 100644 --- a/src/Beta/Microsoft/Graph/Model/KeyValuePair.php +++ b/src/Beta/Microsoft/Graph/Model/KeyValuePair.php @@ -25,7 +25,7 @@ class KeyValuePair extends Entity { /** * Gets the name - * Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values. + * Name for this key-value pair * * @return string|null The name */ @@ -40,7 +40,7 @@ public function getName() /** * Sets the name - * Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values. + * Name for this key-value pair * * @param string $val The value of the name * @@ -53,7 +53,7 @@ public function setName($val) } /** * Gets the value - * Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values. + * Value for this key-value pair * * @return string|null The value */ @@ -68,7 +68,7 @@ public function getValue() /** * Sets the value - * Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values. + * Value for this key-value pair * * @param string $val The value of the value * diff --git a/src/Beta/Microsoft/Graph/Model/MacOsLobAppAssignmentSettings.php b/src/Beta/Microsoft/Graph/Model/MacOsLobAppAssignmentSettings.php index a8b5c6204b4..d6de277022d 100644 --- a/src/Beta/Microsoft/Graph/Model/MacOsLobAppAssignmentSettings.php +++ b/src/Beta/Microsoft/Graph/Model/MacOsLobAppAssignmentSettings.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the uninstallOnDeviceRemoval - * Whether or not to uninstall the app when device is removed from Intune. + * When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. * * @return bool|null The uninstallOnDeviceRemoval */ @@ -51,7 +51,7 @@ public function getUninstallOnDeviceRemoval() /** * Sets the uninstallOnDeviceRemoval - * Whether or not to uninstall the app when device is removed from Intune. + * When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. * * @param bool $val The value of the uninstallOnDeviceRemoval * diff --git a/src/Beta/Microsoft/Graph/Model/MetadataEntry.php b/src/Beta/Microsoft/Graph/Model/MetadataEntry.php new file mode 100644 index 00000000000..15dbe0fac85 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/MetadataEntry.php @@ -0,0 +1,78 @@ +_propDict)) { + return $this->_propDict["key"]; + } else { + return null; + } + } + + /** + * Sets the key + * + * @param string $val The value of the key + * + * @return MetadataEntry + */ + public function setKey($val) + { + $this->_propDict["key"] = $val; + return $this; + } + /** + * Gets the value + * + * @return string|null The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * + * @param string $val The value of the value + * + * @return MetadataEntry + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganization.php b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganization.php index 604638cbee4..6da3db37e85 100644 --- a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganization.php +++ b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganization.php @@ -26,6 +26,7 @@ class MultiTenantOrganization extends Entity { /** * Gets the createdDateTime + * Date when multi-tenant organization was created. Read-only. * * @return \DateTime|null The createdDateTime */ @@ -44,6 +45,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * Date when multi-tenant organization was created. Read-only. * * @param \DateTime $val The createdDateTime * @@ -57,6 +59,7 @@ public function setCreatedDateTime($val) /** * Gets the description + * Description of the multi-tenant organization. * * @return string|null The description */ @@ -71,6 +74,7 @@ public function getDescription() /** * Sets the description + * Description of the multi-tenant organization. * * @param string $val The description * @@ -84,6 +88,7 @@ public function setDescription($val) /** * Gets the displayName + * Display name of the multi-tenant organization. * * @return string|null The displayName */ @@ -98,6 +103,7 @@ public function getDisplayName() /** * Sets the displayName + * Display name of the multi-tenant organization. * * @param string $val The displayName * @@ -111,6 +117,7 @@ public function setDisplayName($val) /** * Gets the state + * State of the multi-tenant organization. The possible values are: active, inactive, unknownFutureValue. active indicates the multi-tenant organization is created. inactive indicates the multi-tenant organization is not created. Read-only. * * @return MultiTenantOrganizationState|null The state */ @@ -129,6 +136,7 @@ public function getState() /** * Sets the state + * State of the multi-tenant organization. The possible values are: active, inactive, unknownFutureValue. active indicates the multi-tenant organization is created. inactive indicates the multi-tenant organization is not created. Read-only. * * @param MultiTenantOrganizationState $val The state * @@ -142,6 +150,7 @@ public function setState($val) /** * Gets the joinRequest + * Defines the status of a tenant joining a multi-tenant organization. * * @return MultiTenantOrganizationJoinRequestRecord|null The joinRequest */ @@ -160,6 +169,7 @@ public function getJoinRequest() /** * Sets the joinRequest + * Defines the status of a tenant joining a multi-tenant organization. * * @param MultiTenantOrganizationJoinRequestRecord $val The joinRequest * @@ -174,6 +184,7 @@ public function setJoinRequest($val) /** * Gets the tenants + * Defines tenants added to a multi-tenant organization. * * @return array|null The tenants */ @@ -188,6 +199,7 @@ public function getTenants() /** * Sets the tenants + * Defines tenants added to a multi-tenant organization. * * @param MultiTenantOrganizationMember[] $val The tenants * diff --git a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationIdentitySyncPolicyTemplate.php b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationIdentitySyncPolicyTemplate.php index 17ba65fabb7..a32ba03ffc4 100644 --- a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationIdentitySyncPolicyTemplate.php +++ b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationIdentitySyncPolicyTemplate.php @@ -26,6 +26,7 @@ class MultiTenantOrganizationIdentitySyncPolicyTemplate extends Entity { /** * Gets the templateApplicationLevel + * Specifies whether the template will be applied to user synchronization settings of certain tenants. The possible values are: none, newPartners, existingPartners, unknownFutureValue. You can also specify multiple values like newPartners,existingPartners (default). none indicates the template is not applied to any new or existing partner tenants. newPartners indicates the template is applied to new partner tenants. existingPartners indicates the template is applied to existing partner tenants, those who already had partner-specific user synchronization settings in place. * * @return TemplateApplicationLevel|null The templateApplicationLevel */ @@ -44,6 +45,7 @@ public function getTemplateApplicationLevel() /** * Sets the templateApplicationLevel + * Specifies whether the template will be applied to user synchronization settings of certain tenants. The possible values are: none, newPartners, existingPartners, unknownFutureValue. You can also specify multiple values like newPartners,existingPartners (default). none indicates the template is not applied to any new or existing partner tenants. newPartners indicates the template is applied to new partner tenants. existingPartners indicates the template is applied to existing partner tenants, those who already had partner-specific user synchronization settings in place. * * @param TemplateApplicationLevel $val The templateApplicationLevel * @@ -57,6 +59,7 @@ public function setTemplateApplicationLevel($val) /** * Gets the userSyncInbound + * Defines whether users can be synchronized from the partner tenant. * * @return CrossTenantUserSyncInbound|null The userSyncInbound */ @@ -75,6 +78,7 @@ public function getUserSyncInbound() /** * Sets the userSyncInbound + * Defines whether users can be synchronized from the partner tenant. * * @param CrossTenantUserSyncInbound $val The userSyncInbound * diff --git a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationJoinRequestRecord.php b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationJoinRequestRecord.php index 398d8bbfa89..a77ebcbf070 100644 --- a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationJoinRequestRecord.php +++ b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationJoinRequestRecord.php @@ -26,6 +26,7 @@ class MultiTenantOrganizationJoinRequestRecord extends Entity { /** * Gets the addedByTenantId + * Tenant ID of the Azure Active Directory tenant that added a tenant to the multi-tenant organization. To reset a failed join request, set addedByTenantId to 00000000-0000-0000-0000-000000000000. Required. * * @return string|null The addedByTenantId */ @@ -40,6 +41,7 @@ public function getAddedByTenantId() /** * Sets the addedByTenantId + * Tenant ID of the Azure Active Directory tenant that added a tenant to the multi-tenant organization. To reset a failed join request, set addedByTenantId to 00000000-0000-0000-0000-000000000000. Required. * * @param string $val The addedByTenantId * @@ -53,6 +55,7 @@ public function setAddedByTenantId($val) /** * Gets the memberState + * State of the tenant in the multi-tenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multi-tenant organization to participate in the multi-tenant organization. Tenants in the active state can participate in the multi-tenant organization. Tenants in the removed state are in the process of being removed from the multi-tenant organization. Read-only. * * @return MultiTenantOrganizationMemberState|null The memberState */ @@ -71,6 +74,7 @@ public function getMemberState() /** * Sets the memberState + * State of the tenant in the multi-tenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multi-tenant organization to participate in the multi-tenant organization. Tenants in the active state can participate in the multi-tenant organization. Tenants in the removed state are in the process of being removed from the multi-tenant organization. Read-only. * * @param MultiTenantOrganizationMemberState $val The memberState * @@ -84,6 +88,7 @@ public function setMemberState($val) /** * Gets the role + * Role of the tenant in the multi-tenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multi-tenant organization. There can be multiple tenants with the owner role in a multi-tenant organization. Tenants with the member role can participate in a multi-tenant organization. * * @return MultiTenantOrganizationMemberRole|null The role */ @@ -102,6 +107,7 @@ public function getRole() /** * Sets the role + * Role of the tenant in the multi-tenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multi-tenant organization. There can be multiple tenants with the owner role in a multi-tenant organization. Tenants with the member role can participate in a multi-tenant organization. * * @param MultiTenantOrganizationMemberRole $val The role * @@ -115,6 +121,7 @@ public function setRole($val) /** * Gets the transitionDetails + * Details of the processing status for a tenant joining a multi-tenant organization. Read-only. * * @return MultiTenantOrganizationJoinRequestTransitionDetails|null The transitionDetails */ @@ -133,6 +140,7 @@ public function getTransitionDetails() /** * Sets the transitionDetails + * Details of the processing status for a tenant joining a multi-tenant organization. Read-only. * * @param MultiTenantOrganizationJoinRequestTransitionDetails $val The transitionDetails * diff --git a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationJoinRequestTransitionDetails.php b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationJoinRequestTransitionDetails.php index 368e9d89357..6d6cee6bdf2 100644 --- a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationJoinRequestTransitionDetails.php +++ b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationJoinRequestTransitionDetails.php @@ -26,6 +26,7 @@ class MultiTenantOrganizationJoinRequestTransitionDetails extends Entity /** * Gets the desiredMemberState + * State of the tenant in the multi-tenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only. * * @return MultiTenantOrganizationMemberState|null The desiredMemberState */ @@ -44,6 +45,7 @@ public function getDesiredMemberState() /** * Sets the desiredMemberState + * State of the tenant in the multi-tenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only. * * @param MultiTenantOrganizationMemberState $val The value to assign to the desiredMemberState * @@ -56,6 +58,7 @@ public function setDesiredMemberState($val) } /** * Gets the details + * Details that explain the processing status if any. Read-only. * * @return string|null The details */ @@ -70,6 +73,7 @@ public function getDetails() /** * Sets the details + * Details that explain the processing status if any. Read-only. * * @param string $val The value of the details * @@ -83,6 +87,7 @@ public function setDetails($val) /** * Gets the status + * Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. * * @return MultiTenantOrganizationMemberProcessingStatus|null The status */ @@ -101,6 +106,7 @@ public function getStatus() /** * Sets the status + * Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. * * @param MultiTenantOrganizationMemberProcessingStatus $val The value to assign to the status * diff --git a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationMember.php b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationMember.php index 1052dd7aa0b..1fcd9ecc80d 100644 --- a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationMember.php +++ b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationMember.php @@ -26,6 +26,7 @@ class MultiTenantOrganizationMember extends DirectoryObject { /** * Gets the addedByTenantId + * Tenant ID of the tenant that added the tenant to the multi-tenant organization. Read-only. * * @return string|null The addedByTenantId */ @@ -40,6 +41,7 @@ public function getAddedByTenantId() /** * Sets the addedByTenantId + * Tenant ID of the tenant that added the tenant to the multi-tenant organization. Read-only. * * @param string $val The addedByTenantId * @@ -53,6 +55,7 @@ public function setAddedByTenantId($val) /** * Gets the addedDateTime + * Date and time when the tenant was added to the multi-tenant organization. Read-only. * * @return \DateTime|null The addedDateTime */ @@ -71,6 +74,7 @@ public function getAddedDateTime() /** * Sets the addedDateTime + * Date and time when the tenant was added to the multi-tenant organization. Read-only. * * @param \DateTime $val The addedDateTime * @@ -84,6 +88,7 @@ public function setAddedDateTime($val) /** * Gets the displayName + * Display name of the tenant added to the multi-tenant organization. * * @return string|null The displayName */ @@ -98,6 +103,7 @@ public function getDisplayName() /** * Sets the displayName + * Display name of the tenant added to the multi-tenant organization. * * @param string $val The displayName * @@ -111,6 +117,7 @@ public function setDisplayName($val) /** * Gets the joinedDateTime + * Date and time when the tenant joined the multi-tenant organization. Read-only. * * @return \DateTime|null The joinedDateTime */ @@ -129,6 +136,7 @@ public function getJoinedDateTime() /** * Sets the joinedDateTime + * Date and time when the tenant joined the multi-tenant organization. Read-only. * * @param \DateTime $val The joinedDateTime * @@ -142,6 +150,7 @@ public function setJoinedDateTime($val) /** * Gets the role + * Role of the tenant in the multi-tenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multi-tenant organization but tenants with the member role can only participate in a multi-tenant organization. There can be multiple tenants with the owner role in a multi-tenant organization. * * @return MultiTenantOrganizationMemberRole|null The role */ @@ -160,6 +169,7 @@ public function getRole() /** * Sets the role + * Role of the tenant in the multi-tenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multi-tenant organization but tenants with the member role can only participate in a multi-tenant organization. There can be multiple tenants with the owner role in a multi-tenant organization. * * @param MultiTenantOrganizationMemberRole $val The role * @@ -173,6 +183,7 @@ public function setRole($val) /** * Gets the state + * State of the tenant in the multi-tenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multi-tenant organization to participate in the multi-tenant organization. Tenants in the active state can participate in the multi-tenant organization. Tenants in the removed state are in the process of being removed from the multi-tenant organization. Read-only. * * @return MultiTenantOrganizationMemberState|null The state */ @@ -191,6 +202,7 @@ public function getState() /** * Sets the state + * State of the tenant in the multi-tenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multi-tenant organization to participate in the multi-tenant organization. Tenants in the active state can participate in the multi-tenant organization. Tenants in the removed state are in the process of being removed from the multi-tenant organization. Read-only. * * @param MultiTenantOrganizationMemberState $val The state * @@ -204,6 +216,7 @@ public function setState($val) /** * Gets the tenantId + * Tenant ID of the Azure Active Directory tenant added to the multi-tenant organization. Set at the time tenant is added.Supports $filter. Key. * * @return string|null The tenantId */ @@ -218,6 +231,7 @@ public function getTenantId() /** * Sets the tenantId + * Tenant ID of the Azure Active Directory tenant added to the multi-tenant organization. Set at the time tenant is added.Supports $filter. Key. * * @param string $val The tenantId * @@ -231,6 +245,7 @@ public function setTenantId($val) /** * Gets the transitionDetails + * Details of the processing status for a tenant in a multi-tenant organization. Read-only. Nullable. * * @return MultiTenantOrganizationMemberTransitionDetails|null The transitionDetails */ @@ -249,6 +264,7 @@ public function getTransitionDetails() /** * Sets the transitionDetails + * Details of the processing status for a tenant in a multi-tenant organization. Read-only. Nullable. * * @param MultiTenantOrganizationMemberTransitionDetails $val The transitionDetails * diff --git a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationMemberTransitionDetails.php b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationMemberTransitionDetails.php index ca53562a681..8f61371fd32 100644 --- a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationMemberTransitionDetails.php +++ b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationMemberTransitionDetails.php @@ -26,6 +26,7 @@ class MultiTenantOrganizationMemberTransitionDetails extends Entity /** * Gets the desiredRole + * Role of the tenant in the multi-tenant organization. The possible values are: owner, member, unknownFutureValue. * * @return MultiTenantOrganizationMemberRole|null The desiredRole */ @@ -44,6 +45,7 @@ public function getDesiredRole() /** * Sets the desiredRole + * Role of the tenant in the multi-tenant organization. The possible values are: owner, member, unknownFutureValue. * * @param MultiTenantOrganizationMemberRole $val The value to assign to the desiredRole * @@ -57,6 +59,7 @@ public function setDesiredRole($val) /** * Gets the desiredState + * State of the tenant in the multi-tenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only. * * @return MultiTenantOrganizationMemberState|null The desiredState */ @@ -75,6 +78,7 @@ public function getDesiredState() /** * Sets the desiredState + * State of the tenant in the multi-tenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only. * * @param MultiTenantOrganizationMemberState $val The value to assign to the desiredState * @@ -87,6 +91,7 @@ public function setDesiredState($val) } /** * Gets the details + * Details that explain the processing status if any. Read-only. * * @return string|null The details */ @@ -101,6 +106,7 @@ public function getDetails() /** * Sets the details + * Details that explain the processing status if any. Read-only. * * @param string $val The value of the details * @@ -114,6 +120,7 @@ public function setDetails($val) /** * Gets the status + * Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. * * @return MultiTenantOrganizationMemberProcessingStatus|null The status */ @@ -132,6 +139,7 @@ public function getStatus() /** * Sets the status + * Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. * * @param MultiTenantOrganizationMemberProcessingStatus $val The value to assign to the status * diff --git a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationPartnerConfigurationTemplate.php b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationPartnerConfigurationTemplate.php index 7f0b5979aec..4d7f8a0ce20 100644 --- a/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationPartnerConfigurationTemplate.php +++ b/src/Beta/Microsoft/Graph/Model/MultiTenantOrganizationPartnerConfigurationTemplate.php @@ -26,6 +26,7 @@ class MultiTenantOrganizationPartnerConfigurationTemplate extends Entity { /** * Gets the automaticUserConsentSettings + * Determines the partner-specific configuration for automatic user consent settings. Unless specifically configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false. * * @return InboundOutboundPolicyConfiguration|null The automaticUserConsentSettings */ @@ -44,6 +45,7 @@ public function getAutomaticUserConsentSettings() /** * Sets the automaticUserConsentSettings + * Determines the partner-specific configuration for automatic user consent settings. Unless specifically configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false. * * @param InboundOutboundPolicyConfiguration $val The automaticUserConsentSettings * @@ -57,6 +59,7 @@ public function setAutomaticUserConsentSettings($val) /** * Gets the b2bCollaborationInbound + * Defines your partner-specific configuration for users from other organizations accessing your resources via Azure AD B2B collaboration. * * @return CrossTenantAccessPolicyB2BSetting|null The b2bCollaborationInbound */ @@ -75,6 +78,7 @@ public function getB2bCollaborationInbound() /** * Sets the b2bCollaborationInbound + * Defines your partner-specific configuration for users from other organizations accessing your resources via Azure AD B2B collaboration. * * @param CrossTenantAccessPolicyB2BSetting $val The b2bCollaborationInbound * @@ -88,6 +92,7 @@ public function setB2bCollaborationInbound($val) /** * Gets the b2bCollaborationOutbound + * Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B collaboration. * * @return CrossTenantAccessPolicyB2BSetting|null The b2bCollaborationOutbound */ @@ -106,6 +111,7 @@ public function getB2bCollaborationOutbound() /** * Sets the b2bCollaborationOutbound + * Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B collaboration. * * @param CrossTenantAccessPolicyB2BSetting $val The b2bCollaborationOutbound * @@ -119,6 +125,7 @@ public function setB2bCollaborationOutbound($val) /** * Gets the b2bDirectConnectInbound + * Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect. * * @return CrossTenantAccessPolicyB2BSetting|null The b2bDirectConnectInbound */ @@ -137,6 +144,7 @@ public function getB2bDirectConnectInbound() /** * Sets the b2bDirectConnectInbound + * Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect. * * @param CrossTenantAccessPolicyB2BSetting $val The b2bDirectConnectInbound * @@ -150,6 +158,7 @@ public function setB2bDirectConnectInbound($val) /** * Gets the b2bDirectConnectOutbound + * Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B direct connect. * * @return CrossTenantAccessPolicyB2BSetting|null The b2bDirectConnectOutbound */ @@ -168,6 +177,7 @@ public function getB2bDirectConnectOutbound() /** * Sets the b2bDirectConnectOutbound + * Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B direct connect. * * @param CrossTenantAccessPolicyB2BSetting $val The b2bDirectConnectOutbound * @@ -181,6 +191,7 @@ public function setB2bDirectConnectOutbound($val) /** * Gets the inboundTrust + * Determines the partner-specific configuration for trusting other Conditional Access claims from external Azure AD organizations. * * @return CrossTenantAccessPolicyInboundTrust|null The inboundTrust */ @@ -199,6 +210,7 @@ public function getInboundTrust() /** * Sets the inboundTrust + * Determines the partner-specific configuration for trusting other Conditional Access claims from external Azure AD organizations. * * @param CrossTenantAccessPolicyInboundTrust $val The inboundTrust * @@ -212,6 +224,7 @@ public function setInboundTrust($val) /** * Gets the templateApplicationLevel + * Specifies whether the template will be applied to partner configuration settings of certain tenants. The possible values are: none, newPartners, existingPartners, unknownFutureValue. You can also specify multiple values like newPartners,existingPartners (default). none indicates the template is not applied to any new or existing partner tenants. newPartners indicates the template is applied to new partner tenants. existingPartners indicates the template is applied to existing partner tenants, those who already had partner-specific partner configurations in place. * * @return TemplateApplicationLevel|null The templateApplicationLevel */ @@ -230,6 +243,7 @@ public function getTemplateApplicationLevel() /** * Sets the templateApplicationLevel + * Specifies whether the template will be applied to partner configuration settings of certain tenants. The possible values are: none, newPartners, existingPartners, unknownFutureValue. You can also specify multiple values like newPartners,existingPartners (default). none indicates the template is not applied to any new or existing partner tenants. newPartners indicates the template is applied to new partner tenants. existingPartners indicates the template is applied to existing partner tenants, those who already had partner-specific partner configurations in place. * * @param TemplateApplicationLevel $val The templateApplicationLevel * diff --git a/src/Beta/Microsoft/Graph/Model/PolicyTemplate.php b/src/Beta/Microsoft/Graph/Model/PolicyTemplate.php index f0befe7812a..e6a3a707e0d 100644 --- a/src/Beta/Microsoft/Graph/Model/PolicyTemplate.php +++ b/src/Beta/Microsoft/Graph/Model/PolicyTemplate.php @@ -26,6 +26,7 @@ class PolicyTemplate extends Entity { /** * Gets the multiTenantOrganizationIdentitySynchronization + * Defines an optional cross-tenant access policy template with user synchronization settings for a multi-tenant organization. * * @return MultiTenantOrganizationIdentitySyncPolicyTemplate|null The multiTenantOrganizationIdentitySynchronization */ @@ -44,6 +45,7 @@ public function getMultiTenantOrganizationIdentitySynchronization() /** * Sets the multiTenantOrganizationIdentitySynchronization + * Defines an optional cross-tenant access policy template with user synchronization settings for a multi-tenant organization. * * @param MultiTenantOrganizationIdentitySyncPolicyTemplate $val The multiTenantOrganizationIdentitySynchronization * @@ -57,6 +59,7 @@ public function setMultiTenantOrganizationIdentitySynchronization($val) /** * Gets the multiTenantOrganizationPartnerConfiguration + * Defines an optional cross-tenant access policy template with inbound and outbound partner configuration settings for a multi-tenant organization. * * @return MultiTenantOrganizationPartnerConfigurationTemplate|null The multiTenantOrganizationPartnerConfiguration */ @@ -75,6 +78,7 @@ public function getMultiTenantOrganizationPartnerConfiguration() /** * Sets the multiTenantOrganizationPartnerConfiguration + * Defines an optional cross-tenant access policy template with inbound and outbound partner configuration settings for a multi-tenant organization. * * @param MultiTenantOrganizationPartnerConfigurationTemplate $val The multiTenantOrganizationPartnerConfiguration * diff --git a/src/Beta/Microsoft/Graph/Model/SignIn.php b/src/Beta/Microsoft/Graph/Model/SignIn.php index 38a69c97d19..a96b377c201 100644 --- a/src/Beta/Microsoft/Graph/Model/SignIn.php +++ b/src/Beta/Microsoft/Graph/Model/SignIn.php @@ -1151,6 +1151,7 @@ public function setOriginalRequestId($val) /** * Gets the originalTransferMethod + * Transfer method used to initiate a session throughout all subsequent request. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue. * * @return OriginalTransferMethods|null The originalTransferMethod */ @@ -1169,6 +1170,7 @@ public function getOriginalTransferMethod() /** * Sets the originalTransferMethod + * Transfer method used to initiate a session throughout all subsequent request. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue. * * @param OriginalTransferMethods $val The originalTransferMethod * @@ -1758,6 +1760,7 @@ public function setSignInIdentifierType($val) /** * Gets the signInTokenProtectionStatus + * Token protection creates a cryptographically secure tie between the token and the device it's issued to. This field indicates whether the signin token was bound to the device or not. The possible values are: none, bound, unbound, unknownFutureValue. * * @return TokenProtectionStatus|null The signInTokenProtectionStatus */ @@ -1776,6 +1779,7 @@ public function getSignInTokenProtectionStatus() /** * Sets the signInTokenProtectionStatus + * Token protection creates a cryptographically secure tie between the token and the device it's issued to. This field indicates whether the signin token was bound to the device or not. The possible values are: none, bound, unbound, unknownFutureValue. * * @param TokenProtectionStatus $val The signInTokenProtectionStatus * diff --git a/src/Beta/Microsoft/Graph/Model/TenantRelationship.php b/src/Beta/Microsoft/Graph/Model/TenantRelationship.php index a9a91efdbf5..a82b944b4ab 100644 --- a/src/Beta/Microsoft/Graph/Model/TenantRelationship.php +++ b/src/Beta/Microsoft/Graph/Model/TenantRelationship.php @@ -57,6 +57,7 @@ public function getProperties() /** * Gets the multiTenantOrganization + * Defines an organization with more than one instance of Azure Active Directory (Azure AD). * * @return MultiTenantOrganization|null The multiTenantOrganization */ @@ -75,6 +76,7 @@ public function getMultiTenantOrganization() /** * Sets the multiTenantOrganization + * Defines an organization with more than one instance of Azure Active Directory (Azure AD). * * @param MultiTenantOrganization $val The multiTenantOrganization * diff --git a/src/Beta/Microsoft/Graph/Model/WindowsUniversalAppXAppAssignmentSettings.php b/src/Beta/Microsoft/Graph/Model/WindowsUniversalAppXAppAssignmentSettings.php index afb4b2f6b75..3de3dcf3edd 100644 --- a/src/Beta/Microsoft/Graph/Model/WindowsUniversalAppXAppAssignmentSettings.php +++ b/src/Beta/Microsoft/Graph/Model/WindowsUniversalAppXAppAssignmentSettings.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the useDeviceContext - * If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false. + * Whether or not to use device execution context for Windows Universal AppX mobile app. * * @return bool|null The useDeviceContext */ @@ -51,7 +51,7 @@ public function getUseDeviceContext() /** * Sets the useDeviceContext - * If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false. + * Whether or not to use device execution context for Windows Universal AppX mobile app. * * @param bool $val The value of the useDeviceContext * diff --git a/src/Beta/Microsoft/Graph/WindowsUpdates/Model/MonitoringAction.php b/src/Beta/Microsoft/Graph/WindowsUpdates/Model/MonitoringAction.php index a8a0f55832c..243a4db3f32 100644 --- a/src/Beta/Microsoft/Graph/WindowsUpdates/Model/MonitoringAction.php +++ b/src/Beta/Microsoft/Graph/WindowsUpdates/Model/MonitoringAction.php @@ -30,6 +30,7 @@ class MonitoringAction extends Enum * The Enum MonitoringAction */ const ALERT_ERROR = "alertError"; + const OFFER_FALLBACK = "offerFallback"; const PAUSE_DEPLOYMENT = "pauseDeployment"; const UNKNOWN_FUTURE_VALUE = "unknownFutureValue"; } diff --git a/src/Beta/Microsoft/Graph/WindowsUpdates/Model/MonitoringSignal.php b/src/Beta/Microsoft/Graph/WindowsUpdates/Model/MonitoringSignal.php index fbc9e3e90ef..9ee8ac5c48d 100644 --- a/src/Beta/Microsoft/Graph/WindowsUpdates/Model/MonitoringSignal.php +++ b/src/Beta/Microsoft/Graph/WindowsUpdates/Model/MonitoringSignal.php @@ -30,5 +30,6 @@ class MonitoringSignal extends Enum * The Enum MonitoringSignal */ const ROLLBACK = "rollback"; + const INELIGIBLE = "ineligible"; const UNKNOWN_FUTURE_VALUE = "unknownFutureValue"; } From 01a5bf3d49dc422580531ade069ad9bf04d8bcb6 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 29 Aug 2023 10:27:33 +0000 Subject: [PATCH 2/2] Bump SDK version --- README.md | 2 +- src/Core/GraphConstants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 266db52807f..3d6f530c4a3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof ``` { "require": { - "microsoft/microsoft-graph": "^1.105.0" + "microsoft/microsoft-graph": "^1.106.0" } } ``` diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index 6d79abd5db8..177f81ab950 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -23,7 +23,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.105.0"; + const SDK_VERSION = "1.106.0"; // Define error constants const MAX_PAGE_SIZE = 999;