From d971ebac1734ab8dc17cd5bda03c93969861689a Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 26 Sep 2023 10:23:51 +0000 Subject: [PATCH] Update generated files with build 125718 --- .../ExternalConnectors/Model/Property.php | 12 +-- .../Model/AccessReviewScheduleDefinition.php | 20 ++--- src/Beta/Microsoft/Graph/Model/ActionStep.php | 4 +- src/Beta/Microsoft/Graph/Model/ActionUrl.php | 4 +- .../Graph/Model/AgreementFileProperties.php | 8 +- .../Microsoft/Graph/Model/ApiApplication.php | 4 +- .../Model/AppCredentialSignInActivity.php | 4 +- .../Microsoft/Graph/Model/AppIdentity.php | 4 +- .../Microsoft/Graph/Model/AttachmentBase.php | 4 +- .../Graph/Model/AwsAccessKeyDetails.php | 88 +++++++++++++++++++ .../Model/CertificateAuthorityAsEntity.php | 8 -- .../Graph/Model/CertificateAuthorityPath.php | 2 - ...rtificateBasedApplicationConfiguration.php | 4 - ...municationsApplicationInstanceIdentity.php | 4 +- .../Graph/Model/CustomExtensionHandler.php | 4 +- .../Model/DefaultUserRolePermissions.php | 12 +-- ...ementConfigurationSettingApplicability.php | 8 +- ...rationSettingGroupCollectionDefinition.php | 8 +- ...ationSimpleSettingCollectionDefinition.php | 8 +- ...ntConfigurationSimpleSettingDefinition.php | 16 ++-- .../Microsoft/Graph/Model/DirectoryAudit.php | 16 ++-- src/Beta/Microsoft/Graph/Model/Endpoint.php | 8 +- .../Graph/Model/GovernanceSubject.php | 8 +- .../Microsoft/Graph/Model/IdentityDetails.php | 88 +++++++++++++++++++ .../Graph/Model/IdentityUserFlowAttribute.php | 12 +-- .../Microsoft/Graph/Model/InsightIdentity.php | 4 +- .../Model/KeyCredentialConfiguration.php | 2 - .../MicrosoftAuthenticatorFeatureSettings.php | 12 +-- ...lowStartExternalUsersSelfServiceSignUp.php | 4 +- .../Graph/Model/PasswordSingleSignOnField.php | 4 +- .../Graph/Model/PhoneAuthenticationMethod.php | 4 +- .../Model/Pkcs12CertificateInformation.php | 4 +- .../Graph/Model/PrintTaskTrigger.php | 8 +- .../Microsoft/Graph/Model/RiskDetection.php | 27 ++++++ .../Model/ServicePrincipalRiskDetection.php | 27 ++++++ src/Beta/Microsoft/Graph/Model/SignIn.php | 4 +- .../Graph/Model/SubjectRightsRequest.php | 64 +++++++------- .../SynchronizationJobRestartCriteria.php | 4 +- .../Graph/Model/SynchronizationTemplate.php | 4 +- src/Beta/Microsoft/Graph/Model/TermColumn.php | 4 +- .../Microsoft/Graph/Model/TiIndicator.php | 4 +- ...rustedCertificateAuthorityAsEntityBase.php | 2 - .../Model/UnifiedRbacResourceNamespace.php | 4 +- .../UnifiedRoleManagementAlertDefinition.php | 8 +- .../Microsoft/Graph/Model/UploadSession.php | 4 +- src/Beta/Microsoft/Graph/Model/User.php | 4 +- .../Graph/Model/VirtualEventRegistration.php | 18 ++++ .../VirtualEventRegistrationConfiguration.php | 6 ++ .../Graph/Model/VirtualEventSession.php | 2 + .../Graph/Model/VirtualEventWebinar.php | 4 + .../Graph/Model/WorkbookRangeView.php | 8 +- ...icateAuthenticationMethodConfiguration.php | 31 +++++++ ...509CertificateIssuerHintsConfiguration.php | 57 ++++++++++++ .../Model/X509CertificateIssuerHintsState.php | 35 ++++++++ .../Model/TenantAllowOrBlockListAction.php | 8 +- 55 files changed, 549 insertions(+), 180 deletions(-) create mode 100644 src/Beta/Microsoft/Graph/Model/AwsAccessKeyDetails.php create mode 100644 src/Beta/Microsoft/Graph/Model/IdentityDetails.php create mode 100644 src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsConfiguration.php create mode 100644 src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsState.php diff --git a/src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php b/src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php index 84e6cc0111b..8174203df3b 100644 --- a/src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php +++ b/src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php @@ -25,7 +25,7 @@ class Property extends \Beta\Microsoft\Graph\Model\Entity { /** * Gets the aliases - * A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. + * A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. * * @return string|null The aliases */ @@ -40,7 +40,7 @@ public function getAliases() /** * Sets the aliases - * A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. + * A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. * * @param string $val The value of the aliases * @@ -165,7 +165,7 @@ public function setIsRetrievable($val) } /** * Gets the isSearchable - * Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + * Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties aren't added to the search index. Optional. * * @return bool|null The isSearchable */ @@ -180,7 +180,7 @@ public function getIsSearchable() /** * Sets the isSearchable - * Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + * Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties aren't added to the search index. Optional. * * @param bool $val The value of the isSearchable * @@ -194,7 +194,7 @@ public function setIsSearchable($val) /** * Gets the labels - * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. * * @return Label|null The labels */ @@ -213,7 +213,7 @@ public function getLabels() /** * Sets the labels - * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. * * @param Label $val The value to assign to the labels * diff --git a/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php b/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php index 6b6b6c39223..584a65550c1 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php @@ -179,7 +179,7 @@ public function setDescriptionForAdmins($val) /** * Gets the descriptionForReviewers - * Description provided by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. + * Description provided by review creators to provide more context of the review to reviewers. Reviewers see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. * * @return string|null The descriptionForReviewers */ @@ -194,7 +194,7 @@ public function getDescriptionForReviewers() /** * Sets the descriptionForReviewers - * Description provided by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. + * Description provided by review creators to provide more context of the review to reviewers. Reviewers see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. * * @param string $val The descriptionForReviewers * @@ -238,7 +238,7 @@ public function setDisplayName($val) /** * Gets the fallbackReviewers - * This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. + * This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. * * @return array|null The fallbackReviewers */ @@ -253,7 +253,7 @@ public function getFallbackReviewers() /** * Sets the fallbackReviewers - * This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. + * This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. * * @param AccessReviewReviewerScope[] $val The fallbackReviewers * @@ -267,7 +267,7 @@ public function setFallbackReviewers($val) /** * Gets the instanceEnumerationScope - * This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group will become a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. + * This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group becomes a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. * * @return AccessReviewScope|null The instanceEnumerationScope */ @@ -286,7 +286,7 @@ public function getInstanceEnumerationScope() /** * Sets the instanceEnumerationScope - * This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group will become a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. + * This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group becomes a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. * * @param AccessReviewScope $val The instanceEnumerationScope * @@ -430,7 +430,7 @@ public function setSettings($val) /** * Gets the stageSettings - * Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages will be created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. + * Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages are created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. * * @return array|null The stageSettings */ @@ -445,7 +445,7 @@ public function getStageSettings() /** * Sets the stageSettings - * Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages will be created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. + * Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages are created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. * * @param AccessReviewStageSettings[] $val The stageSettings * @@ -489,7 +489,7 @@ public function setStatus($val) /** * Gets the instances - * Set of access reviews instances for this access review series. Access reviews that do not recur will only have one instance; otherwise, there is an instance for each recurrence. + * Set of access reviews instances for this access review series. Access reviews that don't recur will only have one instance; otherwise, there's an instance for each recurrence. * * @return array|null The instances */ @@ -504,7 +504,7 @@ public function getInstances() /** * Sets the instances - * Set of access reviews instances for this access review series. Access reviews that do not recur will only have one instance; otherwise, there is an instance for each recurrence. + * Set of access reviews instances for this access review series. Access reviews that don't recur will only have one instance; otherwise, there's an instance for each recurrence. * * @param AccessReviewInstance[] $val The instances * diff --git a/src/Beta/Microsoft/Graph/Model/ActionStep.php b/src/Beta/Microsoft/Graph/Model/ActionStep.php index b2603fd3090..741cc183061 100644 --- a/src/Beta/Microsoft/Graph/Model/ActionStep.php +++ b/src/Beta/Microsoft/Graph/Model/ActionStep.php @@ -26,7 +26,7 @@ class ActionStep extends Entity /** * Gets the actionUrl - * A link to the documentation or Azure portal page that is associated with the action step. + * A link to the documentation or Microsoft Entra admin center page that is associated with the action step. * * @return ActionUrl|null The actionUrl */ @@ -45,7 +45,7 @@ public function getActionUrl() /** * Sets the actionUrl - * A link to the documentation or Azure portal page that is associated with the action step. + * A link to the documentation or Microsoft Entra admin center page that is associated with the action step. * * @param ActionUrl $val The value to assign to the actionUrl * diff --git a/src/Beta/Microsoft/Graph/Model/ActionUrl.php b/src/Beta/Microsoft/Graph/Model/ActionUrl.php index 313f3cbef0e..e1e8877195a 100644 --- a/src/Beta/Microsoft/Graph/Model/ActionUrl.php +++ b/src/Beta/Microsoft/Graph/Model/ActionUrl.php @@ -53,7 +53,7 @@ public function setDisplayName($val) } /** * Gets the url - * The URL to the documentation or Azure portal page. + * The URL to the documentation or Microsoft Entra admin center page. * * @return string|null The url */ @@ -68,7 +68,7 @@ public function getUrl() /** * Sets the url - * The URL to the documentation or Azure portal page. + * The URL to the documentation or Microsoft Entra admin center page. * * @param string $val The value of the url * diff --git a/src/Beta/Microsoft/Graph/Model/AgreementFileProperties.php b/src/Beta/Microsoft/Graph/Model/AgreementFileProperties.php index 54f85d8156e..53b67637b4c 100644 --- a/src/Beta/Microsoft/Graph/Model/AgreementFileProperties.php +++ b/src/Beta/Microsoft/Graph/Model/AgreementFileProperties.php @@ -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 */ @@ -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 * @@ -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 */ @@ -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 * diff --git a/src/Beta/Microsoft/Graph/Model/ApiApplication.php b/src/Beta/Microsoft/Graph/Model/ApiApplication.php index ee2dccd7621..dcb3e57c701 100644 --- a/src/Beta/Microsoft/Graph/Model/ApiApplication.php +++ b/src/Beta/Microsoft/Graph/Model/ApiApplication.php @@ -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 */ @@ -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 * diff --git a/src/Beta/Microsoft/Graph/Model/AppCredentialSignInActivity.php b/src/Beta/Microsoft/Graph/Model/AppCredentialSignInActivity.php index ca42208e80c..6b422f30ed7 100644 --- a/src/Beta/Microsoft/Graph/Model/AppCredentialSignInActivity.php +++ b/src/Beta/Microsoft/Graph/Model/AppCredentialSignInActivity.php @@ -26,7 +26,7 @@ class AppCredentialSignInActivity extends Entity { /** * Gets the appId - * The globally unique appId (also called client ID on the Azure portal) of the credential application. + * The globally unique appId (also called client ID on the Microsoft Entra admin center) of the credential application. * * @return string|null The appId */ @@ -41,7 +41,7 @@ public function getAppId() /** * Sets the appId - * The globally unique appId (also called client ID on the Azure portal) of the credential application. + * The globally unique appId (also called client ID on the Microsoft Entra admin center) of the credential application. * * @param string $val The appId * diff --git a/src/Beta/Microsoft/Graph/Model/AppIdentity.php b/src/Beta/Microsoft/Graph/Model/AppIdentity.php index 3c2695af582..3620b5c8cbc 100644 --- a/src/Beta/Microsoft/Graph/Model/AppIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/AppIdentity.php @@ -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 */ @@ -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 * diff --git a/src/Beta/Microsoft/Graph/Model/AttachmentBase.php b/src/Beta/Microsoft/Graph/Model/AttachmentBase.php index b6b5e13e277..579ea61479e 100644 --- a/src/Beta/Microsoft/Graph/Model/AttachmentBase.php +++ b/src/Beta/Microsoft/Graph/Model/AttachmentBase.php @@ -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 */ @@ -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 * diff --git a/src/Beta/Microsoft/Graph/Model/AwsAccessKeyDetails.php b/src/Beta/Microsoft/Graph/Model/AwsAccessKeyDetails.php new file mode 100644 index 00000000000..40ae6009382 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/AwsAccessKeyDetails.php @@ -0,0 +1,88 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * + * @param \DateTime $val The value to assign to the createdDateTime + * + * @return AwsAccessKeyDetails The AwsAccessKeyDetails + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastUsedDateTime + * + * @return \DateTime|null The lastUsedDateTime + */ + public function getLastUsedDateTime() + { + if (array_key_exists("lastUsedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUsedDateTime"], "\DateTime") || is_null($this->_propDict["lastUsedDateTime"])) { + return $this->_propDict["lastUsedDateTime"]; + } else { + $this->_propDict["lastUsedDateTime"] = new \DateTime($this->_propDict["lastUsedDateTime"]); + return $this->_propDict["lastUsedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUsedDateTime + * + * @param \DateTime $val The value to assign to the lastUsedDateTime + * + * @return AwsAccessKeyDetails The AwsAccessKeyDetails + */ + public function setLastUsedDateTime($val) + { + $this->_propDict["lastUsedDateTime"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php index 8fde1e993f2..1b77767358f 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php @@ -26,7 +26,6 @@ class CertificateAuthorityAsEntity extends Entity { /** * Gets the certificate - * The trusted certificate. * * @return \GuzzleHttp\Psr7\Stream|null The certificate */ @@ -45,7 +44,6 @@ public function getCertificate() /** * Sets the certificate - * The trusted certificate. * * @param \GuzzleHttp\Psr7\Stream $val The certificate * @@ -59,7 +57,6 @@ public function setCertificate($val) /** * Gets the isRootAuthority - * Indicates if the certificate is a root authority. In a certificateBasedApplicationConfiguration object, at least one object in the trustedCertificateAuthorities collection must be a root authority. * * @return bool|null The isRootAuthority */ @@ -74,7 +71,6 @@ public function getIsRootAuthority() /** * Sets the isRootAuthority - * Indicates if the certificate is a root authority. In a certificateBasedApplicationConfiguration object, at least one object in the trustedCertificateAuthorities collection must be a root authority. * * @param bool $val The isRootAuthority * @@ -88,7 +84,6 @@ public function setIsRootAuthority($val) /** * Gets the issuer - * The issuer of the trusted certificate. * * @return string|null The issuer */ @@ -103,7 +98,6 @@ public function getIssuer() /** * Sets the issuer - * The issuer of the trusted certificate. * * @param string $val The issuer * @@ -117,7 +111,6 @@ public function setIssuer($val) /** * Gets the issuerSubjectKeyIdentifier - * The subject key identifier of the trusted certificate. * * @return string|null The issuerSubjectKeyIdentifier */ @@ -132,7 +125,6 @@ public function getIssuerSubjectKeyIdentifier() /** * Sets the issuerSubjectKeyIdentifier - * The subject key identifier of the trusted certificate. * * @param string $val The issuerSubjectKeyIdentifier * diff --git a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php index fbc9be1f503..462d4990ca1 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php @@ -27,7 +27,6 @@ class CertificateAuthorityPath extends Entity /** * Gets the certificateBasedApplicationConfigurations - * Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. * * @return array|null The certificateBasedApplicationConfigurations */ @@ -42,7 +41,6 @@ public function getCertificateBasedApplicationConfigurations() /** * Sets the certificateBasedApplicationConfigurations - * Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. * * @param CertificateBasedApplicationConfiguration[] $val The certificateBasedApplicationConfigurations * diff --git a/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php b/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php index 0c7e08f729c..b9d74673a0a 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php @@ -26,7 +26,6 @@ class CertificateBasedApplicationConfiguration extends TrustedCertificateAuthori { /** * Gets the description - * The description of the trusted certificate authorities. * * @return string|null The description */ @@ -41,7 +40,6 @@ public function getDescription() /** * Sets the description - * The description of the trusted certificate authorities. * * @param string $val The description * @@ -55,7 +53,6 @@ public function setDescription($val) /** * Gets the displayName - * The display name of the trusted certificate authorities. * * @return string|null The displayName */ @@ -70,7 +67,6 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the trusted certificate authorities. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationInstanceIdentity.php b/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationInstanceIdentity.php index a3caa5ad83c..a1bd7d0d3ca 100644 --- a/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationInstanceIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationInstanceIdentity.php @@ -25,7 +25,7 @@ class CommunicationsApplicationInstanceIdentity extends Identity { /** * Gets the hidden - * True if the participant would not like to be shown in other participants' rosters. + * True if the participant wouldn't like to be shown in other participants' rosters. * * @return bool|null The hidden */ @@ -40,7 +40,7 @@ public function getHidden() /** * Sets the hidden - * True if the participant would not like to be shown in other participants' rosters. + * True if the participant wouldn't like to be shown in other participants' rosters. * * @param bool $val The value of the hidden * diff --git a/src/Beta/Microsoft/Graph/Model/CustomExtensionHandler.php b/src/Beta/Microsoft/Graph/Model/CustomExtensionHandler.php index 209dc469937..c505c19fa0a 100644 --- a/src/Beta/Microsoft/Graph/Model/CustomExtensionHandler.php +++ b/src/Beta/Microsoft/Graph/Model/CustomExtensionHandler.php @@ -59,7 +59,7 @@ public function setStage($val) /** * Gets the customExtension - * Indicates which custom workflow extension will be executed at this stage. Nullable. Supports $expand. + * Indicates which custom workflow extension is executed at this stage. Nullable. Supports $expand. * * @return CustomAccessPackageWorkflowExtension|null The customExtension */ @@ -78,7 +78,7 @@ public function getCustomExtension() /** * Sets the customExtension - * Indicates which custom workflow extension will be executed at this stage. Nullable. Supports $expand. + * Indicates which custom workflow extension is executed at this stage. Nullable. Supports $expand. * * @param CustomAccessPackageWorkflowExtension $val The customExtension * diff --git a/src/Beta/Microsoft/Graph/Model/DefaultUserRolePermissions.php b/src/Beta/Microsoft/Graph/Model/DefaultUserRolePermissions.php index 0b496b6fbe2..44853805094 100644 --- a/src/Beta/Microsoft/Graph/Model/DefaultUserRolePermissions.php +++ b/src/Beta/Microsoft/Graph/Model/DefaultUserRolePermissions.php @@ -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 */ @@ -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 * @@ -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 */ @@ -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 * @@ -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 */ @@ -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 * 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/DeviceManagementConfigurationSettingGroupCollectionDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupCollectionDefinition.php index 10e62e20a65..84d921c2cdd 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupCollectionDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupCollectionDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSettingGroupCollectionDefinition extends Devi { /** * Gets the maximumCount - * Maximum number of setting group count in the collection + * Maximum number of setting group count in the collection. Valid values 1 to 100 * * @return int|null The maximumCount */ @@ -41,7 +41,7 @@ public function getMaximumCount() /** * Sets the maximumCount - * Maximum number of setting group count in the collection + * Maximum number of setting group count in the collection. Valid values 1 to 100 * * @param int $val The maximumCount * @@ -55,7 +55,7 @@ public function setMaximumCount($val) /** * Gets the minimumCount - * Minimum number of setting group count in the collection + * Minimum number of setting group count in the collection. Valid values 1 to 100 * * @return int|null The minimumCount */ @@ -70,7 +70,7 @@ public function getMinimumCount() /** * Sets the minimumCount - * Minimum number of setting group count in the collection + * Minimum number of setting group count in the collection. Valid values 1 to 100 * * @param int $val The minimumCount * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php index 68ed03d5cbc..60995c914c7 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 + * Maximum number of simple settings in the collection. Valid values 1 to 100 * * @return int|null The maximumCount */ @@ -41,7 +41,7 @@ public function getMaximumCount() /** * Sets the maximumCount - * Maximum number of simple settings in the collection + * Maximum number of simple settings in the collection. Valid values 1 to 100 * * @param int $val The maximumCount * @@ -55,7 +55,7 @@ public function setMaximumCount($val) /** * Gets the minimumCount - * Minimum number of simple settings in the collection + * Minimum number of simple settings in the collection. Valid values 1 to 100 * * @return int|null The minimumCount */ @@ -70,7 +70,7 @@ public function getMinimumCount() /** * Sets the minimumCount - * Minimum number of simple settings in the collection + * Minimum number of simple settings in the collection. Valid values 1 to 100 * * @param int $val The minimumCount * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php index 245b38ef0d2..cfb59dc09c9 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/DirectoryAudit.php b/src/Beta/Microsoft/Graph/Model/DirectoryAudit.php index 282bd3f2fe7..f77941cc80c 100644 --- a/src/Beta/Microsoft/Graph/Model/DirectoryAudit.php +++ b/src/Beta/Microsoft/Graph/Model/DirectoryAudit.php @@ -26,7 +26,7 @@ class DirectoryAudit extends Entity { /** * Gets the activityDateTime - * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.Supports $filter (eq, ge, le) and $orderby. + * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and $orderby. * * @return \DateTime|null The activityDateTime */ @@ -45,7 +45,7 @@ public function getActivityDateTime() /** * Sets the activityDateTime - * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.Supports $filter (eq, ge, le) and $orderby. + * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and $orderby. * * @param \DateTime $val The activityDateTime * @@ -59,7 +59,7 @@ public function setActivityDateTime($val) /** * Gets the activityDisplayName - * Indicates the activity name or the operation name (E.g. 'Create User', 'Add member to group'). For a list of activities logged, refer to Azure AD audit log categories and activities. Supports $filter (eq, startswith). + * Indicates the activity name or the operation name (for example 'Create User', 'Add member to group'). For a list of activities logged, refer to Azure AD audit log categories and activities. Supports $filter (eq, startswith). * * @return string|null The activityDisplayName */ @@ -74,7 +74,7 @@ public function getActivityDisplayName() /** * Sets the activityDisplayName - * Indicates the activity name or the operation name (E.g. 'Create User', 'Add member to group'). For a list of activities logged, refer to Azure AD audit log categories and activities. Supports $filter (eq, startswith). + * Indicates the activity name or the operation name (for example 'Create User', 'Add member to group'). For a list of activities logged, refer to Azure AD audit log categories and activities. Supports $filter (eq, startswith). * * @param string $val The activityDisplayName * @@ -89,7 +89,7 @@ public function setActivityDisplayName($val) /** * Gets the additionalDetails - * Indicates additional details on the activity. + * Indicates more details on the activity. * * @return array|null The additionalDetails */ @@ -104,7 +104,7 @@ public function getAdditionalDetails() /** * Sets the additionalDetails - * Indicates additional details on the activity. + * Indicates more details on the activity. * * @param KeyValue[] $val The additionalDetails * @@ -238,7 +238,7 @@ public function setLoggedByService($val) /** * Gets the operationType - * Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete. + * Indicates the type of operation that was performed. The possible values include but aren't limited to the following: Add, Assign, Update, Unassign, and Delete. * * @return string|null The operationType */ @@ -253,7 +253,7 @@ public function getOperationType() /** * Sets the operationType - * Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete. + * Indicates the type of operation that was performed. The possible values include but aren't limited to the following: Add, Assign, Update, Unassign, and Delete. * * @param string $val The operationType * diff --git a/src/Beta/Microsoft/Graph/Model/Endpoint.php b/src/Beta/Microsoft/Graph/Model/Endpoint.php index ea9f488cdfd..bd976ec4ef9 100644 --- a/src/Beta/Microsoft/Graph/Model/Endpoint.php +++ b/src/Beta/Microsoft/Graph/Model/Endpoint.php @@ -26,7 +26,7 @@ class Endpoint extends DirectoryObject { /** * Gets the capability - * Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only. + * Describes the capability that is associated with this resource. (for example, Messages, Conversations, etc.) Not nullable. Read-only. * * @return string|null The capability */ @@ -41,7 +41,7 @@ public function getCapability() /** * Sets the capability - * Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only. + * Describes the capability that is associated with this resource. (for example, Messages, Conversations, etc.) Not nullable. Read-only. * * @param string $val The capability * @@ -113,7 +113,7 @@ public function setProviderName($val) /** * Gets the providerResourceId - * For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only. + * For Microsoft 365 groups, this is set to a well-known name for the resource (for example, Yammer.FeedURL etc.). Not nullable. Read-only. * * @return string|null The providerResourceId */ @@ -128,7 +128,7 @@ public function getProviderResourceId() /** * Sets the providerResourceId - * For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only. + * For Microsoft 365 groups, this is set to a well-known name for the resource (for example, Yammer.FeedURL etc.). Not nullable. Read-only. * * @param string $val The providerResourceId * diff --git a/src/Beta/Microsoft/Graph/Model/GovernanceSubject.php b/src/Beta/Microsoft/Graph/Model/GovernanceSubject.php index 90ed54e3138..52b1cad5aee 100644 --- a/src/Beta/Microsoft/Graph/Model/GovernanceSubject.php +++ b/src/Beta/Microsoft/Graph/Model/GovernanceSubject.php @@ -55,7 +55,7 @@ public function setDisplayName($val) /** * Gets the email - * The email address of the user subject. If the subject is in other types, it is empty. + * The email address of the user subject. If the subject is in other types, it's empty. * * @return string|null The email */ @@ -70,7 +70,7 @@ public function getEmail() /** * Sets the email - * The email address of the user subject. If the subject is in other types, it is empty. + * The email address of the user subject. If the subject is in other types, it's empty. * * @param string $val The email * @@ -84,7 +84,7 @@ public function setEmail($val) /** * Gets the principalName - * The principal name of the user subject. If the subject is in other types, it is empty. + * The principal name of the user subject. If the subject is in other types, it's empty. * * @return string|null The principalName */ @@ -99,7 +99,7 @@ public function getPrincipalName() /** * Sets the principalName - * The principal name of the user subject. If the subject is in other types, it is empty. + * The principal name of the user subject. If the subject is in other types, it's empty. * * @param string $val The principalName * diff --git a/src/Beta/Microsoft/Graph/Model/IdentityDetails.php b/src/Beta/Microsoft/Graph/Model/IdentityDetails.php new file mode 100644 index 00000000000..b5f0777205b --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/IdentityDetails.php @@ -0,0 +1,88 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * + * @param \DateTime $val The value to assign to the createdDateTime + * + * @return IdentityDetails The IdentityDetails + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastActiveDateTime + * + * @return \DateTime|null The lastActiveDateTime + */ + public function getLastActiveDateTime() + { + if (array_key_exists("lastActiveDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastActiveDateTime"], "\DateTime") || is_null($this->_propDict["lastActiveDateTime"])) { + return $this->_propDict["lastActiveDateTime"]; + } else { + $this->_propDict["lastActiveDateTime"] = new \DateTime($this->_propDict["lastActiveDateTime"]); + return $this->_propDict["lastActiveDateTime"]; + } + } + return null; + } + + /** + * Sets the lastActiveDateTime + * + * @param \DateTime $val The value to assign to the lastActiveDateTime + * + * @return IdentityDetails The IdentityDetails + */ + public function setLastActiveDateTime($val) + { + $this->_propDict["lastActiveDateTime"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php b/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php index 06c6a37f93b..8f59a222bd0 100644 --- a/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php +++ b/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php @@ -26,7 +26,7 @@ class IdentityUserFlowAttribute extends Entity { /** * Gets the dataType - * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime. + * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime, unknownFutureValue. Supports $filter (eq, ne). * * @return IdentityUserFlowAttributeDataType|null The dataType */ @@ -45,7 +45,7 @@ public function getDataType() /** * Sets the dataType - * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime. + * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime, unknownFutureValue. Supports $filter (eq, ne). * * @param IdentityUserFlowAttributeDataType $val The dataType * @@ -88,7 +88,7 @@ public function setDescription($val) /** * Gets the displayName - * The display name of the user flow attribute. + * The display name of the user flow attribute. Supports $filter (eq, ne). * * @return string|null The displayName */ @@ -103,7 +103,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the user flow attribute. + * The display name of the user flow attribute. Supports $filter (eq, ne). * * @param string $val The displayName * @@ -117,7 +117,7 @@ public function setDisplayName($val) /** * Gets the userFlowAttributeType - * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required. + * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, required, unknownFutureValue. Supports $filter (eq, ne). * * @return IdentityUserFlowAttributeType|null The userFlowAttributeType */ @@ -136,7 +136,7 @@ public function getUserFlowAttributeType() /** * Sets the userFlowAttributeType - * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required. + * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, required, unknownFutureValue. Supports $filter (eq, ne). * * @param IdentityUserFlowAttributeType $val The userFlowAttributeType * diff --git a/src/Beta/Microsoft/Graph/Model/InsightIdentity.php b/src/Beta/Microsoft/Graph/Model/InsightIdentity.php index 8fb5f5ace1d..fb602e3caba 100644 --- a/src/Beta/Microsoft/Graph/Model/InsightIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/InsightIdentity.php @@ -81,7 +81,7 @@ public function setDisplayName($val) } /** * Gets the id - * The id of the user who shared the item. + * The ID of the user who shared the item. * * @return string|null The id */ @@ -96,7 +96,7 @@ public function getId() /** * Sets the id - * The id of the user who shared the item. + * The ID of the user who shared the item. * * @param string $val The value of the id * diff --git a/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php b/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php index 92679661d48..bd7af503024 100644 --- a/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php @@ -25,7 +25,6 @@ class KeyCredentialConfiguration extends Entity { /** * Gets the certificateBasedApplicationConfigurationIds - * Collection of GUIDs that point to the certificateBasedApplicationConfiguration that contains the collection of allowed root and intermediate certificate authorities. * * @return string|null The certificateBasedApplicationConfigurationIds */ @@ -40,7 +39,6 @@ public function getCertificateBasedApplicationConfigurationIds() /** * Sets the certificateBasedApplicationConfigurationIds - * Collection of GUIDs that point to the certificateBasedApplicationConfiguration that contains the collection of allowed root and intermediate certificate authorities. * * @param string $val The value of the certificateBasedApplicationConfigurationIds * diff --git a/src/Beta/Microsoft/Graph/Model/MicrosoftAuthenticatorFeatureSettings.php b/src/Beta/Microsoft/Graph/Model/MicrosoftAuthenticatorFeatureSettings.php index 95624821cc5..fcb3bf23dd7 100644 --- a/src/Beta/Microsoft/Graph/Model/MicrosoftAuthenticatorFeatureSettings.php +++ b/src/Beta/Microsoft/Graph/Model/MicrosoftAuthenticatorFeatureSettings.php @@ -26,7 +26,7 @@ class MicrosoftAuthenticatorFeatureSettings extends Entity /** * Gets the companionAppAllowedState - * Determines whether users will be able to approve push notifications on other Microsoft applications such as Outlook Mobile. + * Determines whether users are able to approve push notifications on other Microsoft applications such as Outlook Mobile. * * @return AuthenticationMethodFeatureConfiguration|null The companionAppAllowedState */ @@ -45,7 +45,7 @@ public function getCompanionAppAllowedState() /** * Sets the companionAppAllowedState - * Determines whether users will be able to approve push notifications on other Microsoft applications such as Outlook Mobile. + * Determines whether users are able to approve push notifications on other Microsoft applications such as Outlook Mobile. * * @param AuthenticationMethodFeatureConfiguration $val The value to assign to the companionAppAllowedState * @@ -59,7 +59,7 @@ public function setCompanionAppAllowedState($val) /** * Gets the displayAppInformationRequiredState - * Determines whether the user's Authenticator app will show them the client app they are signing into. + * Determines whether the user's Authenticator app shows them the client app they're signing into. * * @return AuthenticationMethodFeatureConfiguration|null The displayAppInformationRequiredState */ @@ -78,7 +78,7 @@ public function getDisplayAppInformationRequiredState() /** * Sets the displayAppInformationRequiredState - * Determines whether the user's Authenticator app will show them the client app they are signing into. + * Determines whether the user's Authenticator app shows them the client app they're signing into. * * @param AuthenticationMethodFeatureConfiguration $val The value to assign to the displayAppInformationRequiredState * @@ -92,7 +92,7 @@ public function setDisplayAppInformationRequiredState($val) /** * Gets the displayLocationInformationRequiredState - * Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from. + * Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from. * * @return AuthenticationMethodFeatureConfiguration|null The displayLocationInformationRequiredState */ @@ -111,7 +111,7 @@ public function getDisplayLocationInformationRequiredState() /** * Sets the displayLocationInformationRequiredState - * Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from. + * Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from. * * @param AuthenticationMethodFeatureConfiguration $val The value to assign to the displayLocationInformationRequiredState * diff --git a/src/Beta/Microsoft/Graph/Model/OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp.php b/src/Beta/Microsoft/Graph/Model/OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp.php index 3aa358f74d9..78717d1ff34 100644 --- a/src/Beta/Microsoft/Graph/Model/OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp.php +++ b/src/Beta/Microsoft/Graph/Model/OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the isSignUpAllowed - * Optional. Specifes whether the authentication flow includes an option to sign up (create account) as well as sign in. Default value is false meaning only sign in is enabled. + * Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled. * * @return bool|null The isSignUpAllowed */ @@ -51,7 +51,7 @@ public function getIsSignUpAllowed() /** * Sets the isSignUpAllowed - * Optional. Specifes whether the authentication flow includes an option to sign up (create account) as well as sign in. Default value is false meaning only sign in is enabled. + * Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled. * * @param bool $val The value of the isSignUpAllowed * diff --git a/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php b/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php index c939f41a610..601ba5c960d 100644 --- a/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php +++ b/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php @@ -81,7 +81,7 @@ public function setDefaultLabel($val) } /** * Gets the fieldId - * Id used to identity the field type. This is an internal id and possible values are param1, param2, paramuserName, parampassword. + * Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. * * @return string|null The fieldId */ @@ -96,7 +96,7 @@ public function getFieldId() /** * Sets the fieldId - * Id used to identity the field type. This is an internal id and possible values are param1, param2, paramuserName, parampassword. + * Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. * * @param string $val The value of the fieldId * diff --git a/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php b/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php index 70e01a6cd9b..7b9a8346335 100644 --- a/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php +++ b/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php @@ -26,7 +26,7 @@ class PhoneAuthenticationMethod extends AuthenticationMethod { /** * Gets the phoneNumber - * The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. + * The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they don't match the required format. * * @return string|null The phoneNumber */ @@ -41,7 +41,7 @@ public function getPhoneNumber() /** * Sets the phoneNumber - * The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. + * The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they don't match the required format. * * @param string $val The phoneNumber * diff --git a/src/Beta/Microsoft/Graph/Model/Pkcs12CertificateInformation.php b/src/Beta/Microsoft/Graph/Model/Pkcs12CertificateInformation.php index be1be9bf739..e80f0616aee 100644 --- a/src/Beta/Microsoft/Graph/Model/Pkcs12CertificateInformation.php +++ b/src/Beta/Microsoft/Graph/Model/Pkcs12CertificateInformation.php @@ -25,7 +25,7 @@ class Pkcs12CertificateInformation extends Entity { /** * Gets the isActive - * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate which is not yet expired but whose notBefore time is in the past. + * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate that isn't yet expired but whose notBefore time is in the past. * * @return bool|null The isActive */ @@ -40,7 +40,7 @@ public function getIsActive() /** * Sets the isActive - * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate which is not yet expired but whose notBefore time is in the past. + * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate that isn't yet expired but whose notBefore time is in the past. * * @param bool $val The value of the isActive * diff --git a/src/Beta/Microsoft/Graph/Model/PrintTaskTrigger.php b/src/Beta/Microsoft/Graph/Model/PrintTaskTrigger.php index acf1eea69f4..29607eeaae1 100644 --- a/src/Beta/Microsoft/Graph/Model/PrintTaskTrigger.php +++ b/src/Beta/Microsoft/Graph/Model/PrintTaskTrigger.php @@ -26,7 +26,7 @@ class PrintTaskTrigger extends Entity { /** * Gets the event - * The Universal Print event that will cause a new printTask to be triggered. Valid values are described in the following table. + * The Universal Print event that causes a new printTask to be triggered. Valid values are described in the following table. * * @return PrintEvent|null The event */ @@ -45,7 +45,7 @@ public function getEvent() /** * Sets the event - * The Universal Print event that will cause a new printTask to be triggered. Valid values are described in the following table. + * The Universal Print event that causes a new printTask to be triggered. Valid values are described in the following table. * * @param PrintEvent $val The event * @@ -59,7 +59,7 @@ public function setEvent($val) /** * Gets the definition - * An abstract definition that will be used to create a printTask when triggered by a print event. Read-only. + * An abstract definition that is used to create a printTask when triggered by a print event. Read-only. * * @return PrintTaskDefinition|null The definition */ @@ -78,7 +78,7 @@ public function getDefinition() /** * Sets the definition - * An abstract definition that will be used to create a printTask when triggered by a print event. Read-only. + * An abstract definition that is used to create a printTask when triggered by a print event. Read-only. * * @param PrintTaskDefinition $val The definition * diff --git a/src/Beta/Microsoft/Graph/Model/RiskDetection.php b/src/Beta/Microsoft/Graph/Model/RiskDetection.php index 3fe18c32192..80ce1b570ab 100644 --- a/src/Beta/Microsoft/Graph/Model/RiskDetection.php +++ b/src/Beta/Microsoft/Graph/Model/RiskDetection.php @@ -309,6 +309,33 @@ public function setLocation($val) return $this; } + /** + * Gets the mitreTechniqueId + * + * @return string|null The mitreTechniqueId + */ + public function getMitreTechniqueId() + { + if (array_key_exists("mitreTechniqueId", $this->_propDict)) { + return $this->_propDict["mitreTechniqueId"]; + } else { + return null; + } + } + + /** + * Sets the mitreTechniqueId + * + * @param string $val The mitreTechniqueId + * + * @return RiskDetection + */ + public function setMitreTechniqueId($val) + { + $this->_propDict["mitreTechniqueId"] = $val; + return $this; + } + /** * Gets the requestId * Request ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in. diff --git a/src/Beta/Microsoft/Graph/Model/ServicePrincipalRiskDetection.php b/src/Beta/Microsoft/Graph/Model/ServicePrincipalRiskDetection.php index c45dfad473b..438e39e2555 100644 --- a/src/Beta/Microsoft/Graph/Model/ServicePrincipalRiskDetection.php +++ b/src/Beta/Microsoft/Graph/Model/ServicePrincipalRiskDetection.php @@ -367,6 +367,33 @@ public function setLocation($val) return $this; } + /** + * Gets the mitreTechniqueId + * + * @return string|null The mitreTechniqueId + */ + public function getMitreTechniqueId() + { + if (array_key_exists("mitreTechniqueId", $this->_propDict)) { + return $this->_propDict["mitreTechniqueId"]; + } else { + return null; + } + } + + /** + * Sets the mitreTechniqueId + * + * @param string $val The mitreTechniqueId + * + * @return ServicePrincipalRiskDetection + */ + public function setMitreTechniqueId($val) + { + $this->_propDict["mitreTechniqueId"] = $val; + return $this; + } + /** * Gets the requestId * Request identifier of the sign-in activity associated with the risk detection. This property is null if the risk detection is not associated with a sign-in activity. Supports $filter (eq). diff --git a/src/Beta/Microsoft/Graph/Model/SignIn.php b/src/Beta/Microsoft/Graph/Model/SignIn.php index 3abfb341c08..b57d2f9dd2d 100644 --- a/src/Beta/Microsoft/Graph/Model/SignIn.php +++ b/src/Beta/Microsoft/Graph/Model/SignIn.php @@ -26,7 +26,7 @@ class SignIn extends Entity { /** * Gets the appDisplayName - * The application name displayed in the Azure portal. Supports $filter (eq, startsWith). + * The application name displayed in the Microsoft Entra admin center. Supports $filter (eq, startsWith). * * @return string|null The appDisplayName */ @@ -41,7 +41,7 @@ public function getAppDisplayName() /** * Sets the appDisplayName - * The application name displayed in the Azure portal. Supports $filter (eq, startsWith). + * The application name displayed in the Microsoft Entra admin center. Supports $filter (eq, startsWith). * * @param string $val The appDisplayName * diff --git a/src/Beta/Microsoft/Graph/Model/SubjectRightsRequest.php b/src/Beta/Microsoft/Graph/Model/SubjectRightsRequest.php index a252845736c..34e14d68046 100644 --- a/src/Beta/Microsoft/Graph/Model/SubjectRightsRequest.php +++ b/src/Beta/Microsoft/Graph/Model/SubjectRightsRequest.php @@ -370,7 +370,7 @@ public function setHistory($val) /** * Gets the includeAllVersions - * Include all versions of the documents. By default, the current copies of the documents will be returned. If SharePoint sites have versioning enabled, including all versions will include the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. + * Include all versions of the documents. By default, the current copies of the documents will be returned. If SharePoint sites have versioning enabled, including all versions include the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * * @return bool|null The includeAllVersions */ @@ -385,7 +385,7 @@ public function getIncludeAllVersions() /** * Sets the includeAllVersions - * Include all versions of the documents. By default, the current copies of the documents will be returned. If SharePoint sites have versioning enabled, including all versions will include the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. + * Include all versions of the documents. By default, the current copies of the documents will be returned. If SharePoint sites have versioning enabled, including all versions include the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * * @param bool $val The includeAllVersions * @@ -559,39 +559,41 @@ public function setLastModifiedDateTime($val) } /** - * Gets the mailboxlocations + * Gets the mailboxLocations + * The mailbox locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * - * @return SubjectRightsRequestMailboxLocation|null The mailboxlocations + * @return SubjectRightsRequestMailboxLocation|null The mailboxLocations */ - public function getMailboxlocations() + public function getMailboxLocations() { - if (array_key_exists("mailboxlocations", $this->_propDict)) { - if (is_a($this->_propDict["mailboxlocations"], "\Beta\Microsoft\Graph\Model\SubjectRightsRequestMailboxLocation") || is_null($this->_propDict["mailboxlocations"])) { - return $this->_propDict["mailboxlocations"]; + if (array_key_exists("mailboxLocations", $this->_propDict)) { + if (is_a($this->_propDict["mailboxLocations"], "\Beta\Microsoft\Graph\Model\SubjectRightsRequestMailboxLocation") || is_null($this->_propDict["mailboxLocations"])) { + return $this->_propDict["mailboxLocations"]; } else { - $this->_propDict["mailboxlocations"] = new SubjectRightsRequestMailboxLocation($this->_propDict["mailboxlocations"]); - return $this->_propDict["mailboxlocations"]; + $this->_propDict["mailboxLocations"] = new SubjectRightsRequestMailboxLocation($this->_propDict["mailboxLocations"]); + return $this->_propDict["mailboxLocations"]; } } return null; } /** - * Sets the mailboxlocations + * Sets the mailboxLocations + * The mailbox locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * - * @param SubjectRightsRequestMailboxLocation $val The mailboxlocations + * @param SubjectRightsRequestMailboxLocation $val The mailboxLocations * * @return SubjectRightsRequest */ - public function setMailboxlocations($val) + public function setMailboxLocations($val) { - $this->_propDict["mailboxlocations"] = $val; + $this->_propDict["mailboxLocations"] = $val; return $this; } /** * Gets the pauseAfterEstimate - * Pause the request after estimate has finished. By default, the data estimate will run and then pause, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. + * Pause the request after estimate has finished. By default, the data estimate runs and then pauses, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * * @return bool|null The pauseAfterEstimate */ @@ -606,7 +608,7 @@ public function getPauseAfterEstimate() /** * Sets the pauseAfterEstimate - * Pause the request after estimate has finished. By default, the data estimate will run and then pause, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. + * Pause the request after estimate has finished. By default, the data estimate runs and then pauses, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * * @param bool $val The pauseAfterEstimate * @@ -620,7 +622,7 @@ public function setPauseAfterEstimate($val) /** * Gets the regulations - * List of regulations that this request will fulfill. + * List of regulations that this request fulfills. * * @return array|null The regulations */ @@ -635,7 +637,7 @@ public function getRegulations() /** * Sets the regulations - * List of regulations that this request will fulfill. + * List of regulations that this request fulfills. * * @param string[] $val The regulations * @@ -648,33 +650,35 @@ public function setRegulations($val) } /** - * Gets the sitelocations + * Gets the siteLocations + * The SharePoint and OneDrive site locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * - * @return SubjectRightsRequestSiteLocation|null The sitelocations + * @return SubjectRightsRequestSiteLocation|null The siteLocations */ - public function getSitelocations() + public function getSiteLocations() { - if (array_key_exists("sitelocations", $this->_propDict)) { - if (is_a($this->_propDict["sitelocations"], "\Beta\Microsoft\Graph\Model\SubjectRightsRequestSiteLocation") || is_null($this->_propDict["sitelocations"])) { - return $this->_propDict["sitelocations"]; + if (array_key_exists("siteLocations", $this->_propDict)) { + if (is_a($this->_propDict["siteLocations"], "\Beta\Microsoft\Graph\Model\SubjectRightsRequestSiteLocation") || is_null($this->_propDict["siteLocations"])) { + return $this->_propDict["siteLocations"]; } else { - $this->_propDict["sitelocations"] = new SubjectRightsRequestSiteLocation($this->_propDict["sitelocations"]); - return $this->_propDict["sitelocations"]; + $this->_propDict["siteLocations"] = new SubjectRightsRequestSiteLocation($this->_propDict["siteLocations"]); + return $this->_propDict["siteLocations"]; } } return null; } /** - * Sets the sitelocations + * Sets the siteLocations + * The SharePoint and OneDrive site locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * - * @param SubjectRightsRequestSiteLocation $val The sitelocations + * @param SubjectRightsRequestSiteLocation $val The siteLocations * * @return SubjectRightsRequest */ - public function setSitelocations($val) + public function setSiteLocations($val) { - $this->_propDict["sitelocations"] = $val; + $this->_propDict["siteLocations"] = $val; return $this; } diff --git a/src/Beta/Microsoft/Graph/Model/SynchronizationJobRestartCriteria.php b/src/Beta/Microsoft/Graph/Model/SynchronizationJobRestartCriteria.php index 07c9d3f534f..ac0263ca804 100644 --- a/src/Beta/Microsoft/Graph/Model/SynchronizationJobRestartCriteria.php +++ b/src/Beta/Microsoft/Graph/Model/SynchronizationJobRestartCriteria.php @@ -26,7 +26,7 @@ class SynchronizationJobRestartCriteria extends Entity /** * Gets the resetScope - * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Azure portal. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. + * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Microsoft Entra admin center. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. * * @return SynchronizationJobRestartScope|null The resetScope */ @@ -45,7 +45,7 @@ public function getResetScope() /** * Sets the resetScope - * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Azure portal. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. + * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Microsoft Entra admin center. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. * * @param SynchronizationJobRestartScope $val The value to assign to the resetScope * diff --git a/src/Beta/Microsoft/Graph/Model/SynchronizationTemplate.php b/src/Beta/Microsoft/Graph/Model/SynchronizationTemplate.php index b777683a6d2..a407adc5e7d 100644 --- a/src/Beta/Microsoft/Graph/Model/SynchronizationTemplate.php +++ b/src/Beta/Microsoft/Graph/Model/SynchronizationTemplate.php @@ -172,7 +172,7 @@ public function setFactoryTag($val) /** * Gets the metadata - * Additional extension properties. Unless mentioned explicitly, metadata values should not be changed. + * Additional extension properties. Unless mentioned explicitly, metadata values shouldn't be changed. * * @return array|null The metadata */ @@ -187,7 +187,7 @@ public function getMetadata() /** * Sets the metadata - * Additional extension properties. Unless mentioned explicitly, metadata values should not be changed. + * Additional extension properties. Unless mentioned explicitly, metadata values shouldn't be changed. * * @param SynchronizationMetadataEntry[] $val The metadata * diff --git a/src/Beta/Microsoft/Graph/Model/TermColumn.php b/src/Beta/Microsoft/Graph/Model/TermColumn.php index dc04f9ba28c..4415f4420a5 100644 --- a/src/Beta/Microsoft/Graph/Model/TermColumn.php +++ b/src/Beta/Microsoft/Graph/Model/TermColumn.php @@ -25,7 +25,7 @@ class TermColumn extends Entity { /** * Gets the allowMultipleValues - * Specifies whether the column will allow more than one value + * Specifies whether the column allows more than one value * * @return bool|null The allowMultipleValues */ @@ -40,7 +40,7 @@ public function getAllowMultipleValues() /** * Sets the allowMultipleValues - * Specifies whether the column will allow more than one value + * Specifies whether the column allows more than one value * * @param bool $val The value of the allowMultipleValues * diff --git a/src/Beta/Microsoft/Graph/Model/TiIndicator.php b/src/Beta/Microsoft/Graph/Model/TiIndicator.php index ad81a0bde3d..313a18f8f83 100644 --- a/src/Beta/Microsoft/Graph/Model/TiIndicator.php +++ b/src/Beta/Microsoft/Graph/Model/TiIndicator.php @@ -88,7 +88,7 @@ public function setActivityGroupNames($val) /** * Gets the additionalInformation - * A catchall area into which extra data from the indicator not covered by the other tiIndicator properties may be placed. Data placed into additionalInformation will typically not be utilized by the targetProduct security tool. + * A catchall area for extra data from the indicator that is not specifically covered by other tiIndicator properties. The security tool specified by targetProduct typically does not utilize this data. * * @return string|null The additionalInformation */ @@ -103,7 +103,7 @@ public function getAdditionalInformation() /** * Sets the additionalInformation - * A catchall area into which extra data from the indicator not covered by the other tiIndicator properties may be placed. Data placed into additionalInformation will typically not be utilized by the targetProduct security tool. + * A catchall area for extra data from the indicator that is not specifically covered by other tiIndicator properties. The security tool specified by targetProduct typically does not utilize this data. * * @param string $val The additionalInformation * diff --git a/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php b/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php index f8f008dfae6..d0ec4d8774d 100644 --- a/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php +++ b/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php @@ -27,7 +27,6 @@ class TrustedCertificateAuthorityAsEntityBase extends DirectoryObject /** * Gets the trustedCertificateAuthorities - * Collection of trusted certificate authorities. * * @return array|null The trustedCertificateAuthorities */ @@ -42,7 +41,6 @@ public function getTrustedCertificateAuthorities() /** * Sets the trustedCertificateAuthorities - * Collection of trusted certificate authorities. * * @param CertificateAuthorityAsEntity[] $val The trustedCertificateAuthorities * diff --git a/src/Beta/Microsoft/Graph/Model/UnifiedRbacResourceNamespace.php b/src/Beta/Microsoft/Graph/Model/UnifiedRbacResourceNamespace.php index 0c421162b75..302dc508f2f 100644 --- a/src/Beta/Microsoft/Graph/Model/UnifiedRbacResourceNamespace.php +++ b/src/Beta/Microsoft/Graph/Model/UnifiedRbacResourceNamespace.php @@ -56,7 +56,7 @@ public function setName($val) /** * Gets the resourceActions - * Operations that an authorized principal are allowed to perform. + * Operations that an authorized principal is allowed to perform. * * @return array|null The resourceActions */ @@ -71,7 +71,7 @@ public function getResourceActions() /** * Sets the resourceActions - * Operations that an authorized principal are allowed to perform. + * Operations that an authorized principal is allowed to perform. * * @param UnifiedRbacResourceAction[] $val The resourceActions * diff --git a/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementAlertDefinition.php b/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementAlertDefinition.php index ef29611ed99..faa483ee334 100644 --- a/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementAlertDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementAlertDefinition.php @@ -55,7 +55,7 @@ public function setDescription($val) /** * Gets the displayName - * The friendly display name that renders in Privileged Identity Management (PIM) alerts in the Azure portal. + * The friendly display name that renders in Privileged Identity Management (PIM) alerts in the Microsoft Entra admin center. * * @return string|null The displayName */ @@ -70,7 +70,7 @@ public function getDisplayName() /** * Sets the displayName - * The friendly display name that renders in Privileged Identity Management (PIM) alerts in the Azure portal. + * The friendly display name that renders in Privileged Identity Management (PIM) alerts in the Microsoft Entra admin center. * * @param string $val The displayName * @@ -113,7 +113,7 @@ public function setHowToPrevent($val) /** * Gets the isConfigurable - * true if the alert configuration can be customized in the tenant, and false otherwise. For example, the number and percentage thresholds of the 'There are too many global administrators' alert can be configured by users, while the 'This organization does not have Azure AD Premium P2' cannot be configured, because the criteria is restricted. + * true if the alert configuration can be customized in the tenant, and false otherwise. For example, the number and percentage thresholds of the 'There are too many global administrators' alert can be configured by users, while the 'This organization doesn't have Azure AD Premium P2' can't be configured, because the criteria are restricted. * * @return bool|null The isConfigurable */ @@ -128,7 +128,7 @@ public function getIsConfigurable() /** * Sets the isConfigurable - * true if the alert configuration can be customized in the tenant, and false otherwise. For example, the number and percentage thresholds of the 'There are too many global administrators' alert can be configured by users, while the 'This organization does not have Azure AD Premium P2' cannot be configured, because the criteria is restricted. + * true if the alert configuration can be customized in the tenant, and false otherwise. For example, the number and percentage thresholds of the 'There are too many global administrators' alert can be configured by users, while the 'This organization doesn't have Azure AD Premium P2' can't be configured, because the criteria are restricted. * * @param bool $val The isConfigurable * diff --git a/src/Beta/Microsoft/Graph/Model/UploadSession.php b/src/Beta/Microsoft/Graph/Model/UploadSession.php index 5c04a69c0b4..851bd6e6431 100644 --- a/src/Beta/Microsoft/Graph/Model/UploadSession.php +++ b/src/Beta/Microsoft/Graph/Model/UploadSession.php @@ -58,7 +58,7 @@ public function setExpirationDateTime($val) } /** * Gets the nextExpectedRanges - * When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, '{start}-{end}' (e.g. '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin. + * When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, '{start}-{end}' (for example '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin. * * @return string|null The nextExpectedRanges */ @@ -73,7 +73,7 @@ public function getNextExpectedRanges() /** * Sets the nextExpectedRanges - * When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, '{start}-{end}' (e.g. '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin. + * When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, '{start}-{end}' (for example '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin. * * @param string $val The value of the nextExpectedRanges * diff --git a/src/Beta/Microsoft/Graph/Model/User.php b/src/Beta/Microsoft/Graph/Model/User.php index 71b11ab165a..bc005ed123a 100644 --- a/src/Beta/Microsoft/Graph/Model/User.php +++ b/src/Beta/Microsoft/Graph/Model/User.php @@ -2960,7 +2960,7 @@ public function setOwnedObjects($val) /** * Gets the registeredDevices - * Devices that are registered for the user. Read-only. Nullable. Supports $expand. + * Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. * * @return array|null The registeredDevices */ @@ -2975,7 +2975,7 @@ public function getRegisteredDevices() /** * Sets the registeredDevices - * Devices that are registered for the user. Read-only. Nullable. Supports $expand. + * Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. * * @param DirectoryObject[] $val The registeredDevices * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventRegistration.php b/src/Beta/Microsoft/Graph/Model/VirtualEventRegistration.php index 5852b4e328a..8bdf4960b62 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventRegistration.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventRegistration.php @@ -26,6 +26,7 @@ class VirtualEventRegistration extends Entity { /** * Gets the cancelationDateTime + * Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. 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 cancelationDateTime */ @@ -44,6 +45,7 @@ public function getCancelationDateTime() /** * Sets the cancelationDateTime + * Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. 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 cancelationDateTime * @@ -57,6 +59,7 @@ public function setCancelationDateTime($val) /** * Gets the email + * Email address of the registrant. * * @return string|null The email */ @@ -71,6 +74,7 @@ public function getEmail() /** * Sets the email + * Email address of the registrant. * * @param string $val The email * @@ -84,6 +88,7 @@ public function setEmail($val) /** * Gets the firstName + * First name of the registrant. * * @return string|null The firstName */ @@ -98,6 +103,7 @@ public function getFirstName() /** * Sets the firstName + * First name of the registrant. * * @param string $val The firstName * @@ -111,6 +117,7 @@ public function setFirstName($val) /** * Gets the lastName + * Last name of the registrant. * * @return string|null The lastName */ @@ -125,6 +132,7 @@ public function getLastName() /** * Sets the lastName + * Last name of the registrant. * * @param string $val The lastName * @@ -138,6 +146,7 @@ public function setLastName($val) /** * Gets the registrationDateTime + * Date and time when the registrant registers for the virtual event. 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 registrationDateTime */ @@ -156,6 +165,7 @@ public function getRegistrationDateTime() /** * Sets the registrationDateTime + * Date and time when the registrant registers for the virtual event. 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 registrationDateTime * @@ -170,6 +180,7 @@ public function setRegistrationDateTime($val) /** * Gets the registrationQuestionAnswers + * The registrant's answer to the registration questions. * * @return array|null The registrationQuestionAnswers */ @@ -184,6 +195,7 @@ public function getRegistrationQuestionAnswers() /** * Sets the registrationQuestionAnswers + * The registrant's answer to the registration questions. * * @param VirtualEventRegistrationQuestionAnswer[] $val The registrationQuestionAnswers * @@ -197,6 +209,7 @@ public function setRegistrationQuestionAnswers($val) /** * Gets the status + * Registration status of the registrant. Read-only. Possible values are: registered, canceled, waitlisted, pendingApproval, rejectedByOrganizer, unknownFutureValue. * * @return VirtualEventAttendeeRegistrationStatus|null The status */ @@ -215,6 +228,7 @@ public function getStatus() /** * Sets the status + * Registration status of the registrant. Read-only. Possible values are: registered, canceled, waitlisted, pendingApproval, rejectedByOrganizer, unknownFutureValue. * * @param VirtualEventAttendeeRegistrationStatus $val The status * @@ -228,6 +242,7 @@ public function setStatus($val) /** * Gets the userId + * The registrant's ID in Azure Active Directory (Azure AD). Only appears when the registrant is registered in Azure AD. * * @return string|null The userId */ @@ -242,6 +257,7 @@ public function getUserId() /** * Sets the userId + * The registrant's ID in Azure Active Directory (Azure AD). Only appears when the registrant is registered in Azure AD. * * @param string $val The userId * @@ -256,6 +272,7 @@ public function setUserId($val) /** * Gets the sessions + * Sessions of the webinar. * * @return array|null The sessions */ @@ -270,6 +287,7 @@ public function getSessions() /** * Sets the sessions + * Sessions of the webinar. * * @param VirtualEventSession[] $val The sessions * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventRegistrationConfiguration.php b/src/Beta/Microsoft/Graph/Model/VirtualEventRegistrationConfiguration.php index c571ff44fd6..d3c83d452ba 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventRegistrationConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventRegistrationConfiguration.php @@ -26,6 +26,7 @@ class VirtualEventRegistrationConfiguration extends Entity { /** * Gets the capacity + * Total capacity of the virtual event. * * @return int|null The capacity */ @@ -40,6 +41,7 @@ public function getCapacity() /** * Sets the capacity + * Total capacity of the virtual event. * * @param int $val The capacity * @@ -53,6 +55,7 @@ public function setCapacity($val) /** * Gets the registrationWebUrl + * Registration URL of the virtual event. * * @return string|null The registrationWebUrl */ @@ -67,6 +70,7 @@ public function getRegistrationWebUrl() /** * Sets the registrationWebUrl + * Registration URL of the virtual event. * * @param string $val The registrationWebUrl * @@ -81,6 +85,7 @@ public function setRegistrationWebUrl($val) /** * Gets the questions + * Registration questions. * * @return array|null The questions */ @@ -95,6 +100,7 @@ public function getQuestions() /** * Sets the questions + * Registration questions. * * @param VirtualEventRegistrationQuestion[] $val The questions * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventSession.php b/src/Beta/Microsoft/Graph/Model/VirtualEventSession.php index a92d13020ec..a644711b890 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventSession.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventSession.php @@ -27,6 +27,7 @@ class VirtualEventSession extends OnlineMeeting /** * Gets the registrations + * Registration records of this virtual event session. * * @return array|null The registrations */ @@ -41,6 +42,7 @@ public function getRegistrations() /** * Sets the registrations + * Registration records of this virtual event session. * * @param VirtualEventRegistration[] $val The registrations * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php b/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php index 5c47a56ff7c..bd608742635 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php @@ -89,6 +89,7 @@ public function setCoOrganizers($val) /** * Gets the registrationConfiguration + * Registration configuration of the webinar. * * @return VirtualEventRegistrationConfiguration|null The registrationConfiguration */ @@ -107,6 +108,7 @@ public function getRegistrationConfiguration() /** * Sets the registrationConfiguration + * Registration configuration of the webinar. * * @param VirtualEventRegistrationConfiguration $val The registrationConfiguration * @@ -121,6 +123,7 @@ public function setRegistrationConfiguration($val) /** * Gets the registrations + * Registration records of the webinar. * * @return array|null The registrations */ @@ -135,6 +138,7 @@ public function getRegistrations() /** * Sets the registrations + * Registration records of the webinar. * * @param VirtualEventRegistration[] $val The registrations * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookRangeView.php b/src/Beta/Microsoft/Graph/Model/WorkbookRangeView.php index d82e397f151..039e7dec39a 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookRangeView.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookRangeView.php @@ -256,7 +256,7 @@ public function setRowCount($val) /** * Gets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @return string|null The text */ @@ -271,7 +271,7 @@ public function getText() /** * Sets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @param string $val The text * @@ -285,7 +285,7 @@ public function setText($val) /** * Gets the values - * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @return string|null The values */ @@ -300,7 +300,7 @@ public function getValues() /** * Sets the values - * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @param string $val The values * diff --git a/src/Beta/Microsoft/Graph/Model/X509CertificateAuthenticationMethodConfiguration.php b/src/Beta/Microsoft/Graph/Model/X509CertificateAuthenticationMethodConfiguration.php index 5b3c0270751..efdda5b261e 100644 --- a/src/Beta/Microsoft/Graph/Model/X509CertificateAuthenticationMethodConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/X509CertificateAuthenticationMethodConfiguration.php @@ -87,6 +87,37 @@ public function setCertificateUserBindings($val) return $this; } + /** + * Gets the issuerHintsConfiguration + * + * @return X509CertificateIssuerHintsConfiguration|null The issuerHintsConfiguration + */ + public function getIssuerHintsConfiguration() + { + if (array_key_exists("issuerHintsConfiguration", $this->_propDict)) { + if (is_a($this->_propDict["issuerHintsConfiguration"], "\Beta\Microsoft\Graph\Model\X509CertificateIssuerHintsConfiguration") || is_null($this->_propDict["issuerHintsConfiguration"])) { + return $this->_propDict["issuerHintsConfiguration"]; + } else { + $this->_propDict["issuerHintsConfiguration"] = new X509CertificateIssuerHintsConfiguration($this->_propDict["issuerHintsConfiguration"]); + return $this->_propDict["issuerHintsConfiguration"]; + } + } + return null; + } + + /** + * Sets the issuerHintsConfiguration + * + * @param X509CertificateIssuerHintsConfiguration $val The issuerHintsConfiguration + * + * @return X509CertificateAuthenticationMethodConfiguration + */ + public function setIssuerHintsConfiguration($val) + { + $this->_propDict["issuerHintsConfiguration"] = $val; + return $this; + } + /** * Gets the includeTargets diff --git a/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsConfiguration.php b/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsConfiguration.php new file mode 100644 index 00000000000..8b0a4ee39a8 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsConfiguration.php @@ -0,0 +1,57 @@ +_propDict)) { + if (is_a($this->_propDict["state"], "\Beta\Microsoft\Graph\Model\X509CertificateIssuerHintsState") || is_null($this->_propDict["state"])) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new X509CertificateIssuerHintsState($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * + * @param X509CertificateIssuerHintsState $val The value to assign to the state + * + * @return X509CertificateIssuerHintsConfiguration The X509CertificateIssuerHintsConfiguration + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsState.php b/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsState.php new file mode 100644 index 00000000000..b1a5c33de6f --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsState.php @@ -0,0 +1,35 @@ +