diff --git a/src/Model/AppliedConditionalAccessPolicy.php b/src/Model/AppliedConditionalAccessPolicy.php index fa5ecfc83c4..92999676b9f 100644 --- a/src/Model/AppliedConditionalAccessPolicy.php +++ b/src/Model/AppliedConditionalAccessPolicy.php @@ -53,7 +53,7 @@ public function setDisplayName($val) } /** * Gets the enforcedGrantControls - * Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication'). + * Refers to the grant controls enforced by the conditional access policy (example: 'Require multifactor authentication'). * * @return string|null The enforcedGrantControls */ @@ -68,7 +68,7 @@ public function getEnforcedGrantControls() /** * Sets the enforcedGrantControls - * Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication'). + * Refers to the grant controls enforced by the conditional access policy (example: 'Require multifactor authentication'). * * @param string $val The value of the enforcedGrantControls * diff --git a/src/Model/AuthenticationMethodsRoot.php b/src/Model/AuthenticationMethodsRoot.php index 9d8eafa74ad..40148ac95b6 100644 --- a/src/Model/AuthenticationMethodsRoot.php +++ b/src/Model/AuthenticationMethodsRoot.php @@ -27,7 +27,7 @@ class AuthenticationMethodsRoot extends Entity /** * Gets the userRegistrationDetails - * Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multi-factor authentication, self-service password reset, and passwordless authentication). + * Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication). * * @return array|null The userRegistrationDetails */ @@ -42,7 +42,7 @@ public function getUserRegistrationDetails() /** * Sets the userRegistrationDetails - * Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multi-factor authentication, self-service password reset, and passwordless authentication). + * Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication). * * @param UserRegistrationDetails[] $val The userRegistrationDetails * diff --git a/src/Model/CallTranscript.php b/src/Model/CallTranscript.php index 8c264584716..8fd72472b8e 100644 --- a/src/Model/CallTranscript.php +++ b/src/Model/CallTranscript.php @@ -26,6 +26,7 @@ class CallTranscript extends Entity { /** * Gets the content + * The content of the transcript. Read-only. * * @return \GuzzleHttp\Psr7\Stream|null The content */ @@ -44,6 +45,7 @@ public function getContent() /** * Sets the content + * The content of the transcript. Read-only. * * @param \GuzzleHttp\Psr7\Stream $val The content * @@ -57,6 +59,7 @@ public function setContent($val) /** * Gets the createdDateTime + * Date and time at which the transcript was created. The DateTimeOffset 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. Read-only. * * @return \DateTime|null The createdDateTime */ @@ -75,6 +78,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * Date and time at which the transcript was created. The DateTimeOffset 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. Read-only. * * @param \DateTime $val The createdDateTime * @@ -88,6 +92,7 @@ public function setCreatedDateTime($val) /** * Gets the meetingId + * The unique identifier of the online meeting related to this transcript. Read-only. * * @return string|null The meetingId */ @@ -102,6 +107,7 @@ public function getMeetingId() /** * Sets the meetingId + * The unique identifier of the online meeting related to this transcript. Read-only. * * @param string $val The meetingId * @@ -115,6 +121,7 @@ public function setMeetingId($val) /** * Gets the meetingOrganizer + * The identity information of the organizer of the onlineMeeting related to this transcript. Read-only. * * @return IdentitySet|null The meetingOrganizer */ @@ -133,6 +140,7 @@ public function getMeetingOrganizer() /** * Sets the meetingOrganizer + * The identity information of the organizer of the onlineMeeting related to this transcript. Read-only. * * @param IdentitySet $val The meetingOrganizer * @@ -146,6 +154,7 @@ public function setMeetingOrganizer($val) /** * Gets the metadataContent + * The time-aligned metadata of the utterances in the transcript. Read-only. * * @return \GuzzleHttp\Psr7\Stream|null The metadataContent */ @@ -164,6 +173,7 @@ public function getMetadataContent() /** * Sets the metadataContent + * The time-aligned metadata of the utterances in the transcript. Read-only. * * @param \GuzzleHttp\Psr7\Stream $val The metadataContent * @@ -177,6 +187,7 @@ public function setMetadataContent($val) /** * Gets the transcriptContentUrl + * The URL that can be used to access the content of the transcript. Read-only. * * @return string|null The transcriptContentUrl */ @@ -191,6 +202,7 @@ public function getTranscriptContentUrl() /** * Sets the transcriptContentUrl + * The URL that can be used to access the content of the transcript. Read-only. * * @param string $val The transcriptContentUrl * diff --git a/src/Model/CrossTenantAccessPolicyConfigurationPartner.php b/src/Model/CrossTenantAccessPolicyConfigurationPartner.php index 4771924b60d..a2f16da48b8 100644 --- a/src/Model/CrossTenantAccessPolicyConfigurationPartner.php +++ b/src/Model/CrossTenantAccessPolicyConfigurationPartner.php @@ -313,7 +313,7 @@ public function setTenantId($val) /** * Gets the identitySynchronization - * Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multi-tenant organization by automating the creation, update, and deletion of users from one tenant to another. + * Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another. * * @return CrossTenantIdentitySyncPolicyPartner|null The identitySynchronization */ @@ -332,7 +332,7 @@ public function getIdentitySynchronization() /** * Sets the identitySynchronization - * Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multi-tenant organization by automating the creation, update, and deletion of users from one tenant to another. + * Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another. * * @param CrossTenantIdentitySyncPolicyPartner $val The identitySynchronization * diff --git a/src/Model/EmailAuthenticationMethodConfiguration.php b/src/Model/EmailAuthenticationMethodConfiguration.php index 287770b4e01..eb3cd55cc70 100644 --- a/src/Model/EmailAuthenticationMethodConfiguration.php +++ b/src/Model/EmailAuthenticationMethodConfiguration.php @@ -26,7 +26,7 @@ class EmailAuthenticationMethodConfiguration extends AuthenticationMethodConfigu { /** * Gets the allowExternalIdToUseEmailOtp - * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021. + * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021. * * @return ExternalEmailOtpState|null The allowExternalIdToUseEmailOtp */ @@ -45,7 +45,7 @@ public function getAllowExternalIdToUseEmailOtp() /** * Sets the allowExternalIdToUseEmailOtp - * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021. + * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021. * * @param ExternalEmailOtpState $val The allowExternalIdToUseEmailOtp * diff --git a/src/Model/GraphList.php b/src/Model/GraphList.php index 63c6c13103d..54a7958d0dc 100644 --- a/src/Model/GraphList.php +++ b/src/Model/GraphList.php @@ -55,7 +55,7 @@ public function setDisplayName($val) /** * Gets the list - * Provides additional details about the list. + * Contains more details about the list. * * @return ListInfo|null The list */ @@ -74,7 +74,7 @@ public function getList() /** * Sets the list - * Provides additional details about the list. + * Contains more details about the list. * * @param ListInfo $val The list * @@ -121,7 +121,7 @@ public function setSharepointIds($val) /** * Gets the system - * If present, indicates that this is a system-managed list. Read-only. + * If present, indicates that the list is system-managed. Read-only. * * @return SystemFacet|null The system */ @@ -140,7 +140,7 @@ public function getSystem() /** * Sets the system - * If present, indicates that this is a system-managed list. Read-only. + * If present, indicates that the list is system-managed. Read-only. * * @param SystemFacet $val The system * @@ -214,7 +214,7 @@ public function setContentTypes($val) /** * Gets the drive - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * * @return Drive|null The drive */ @@ -233,7 +233,7 @@ public function getDrive() /** * Sets the drive - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * * @param Drive $val The drive * diff --git a/src/Model/MalwareState.php b/src/Model/MalwareState.php index df4b0ff4020..01c880e3ed7 100644 --- a/src/Model/MalwareState.php +++ b/src/Model/MalwareState.php @@ -53,7 +53,7 @@ public function setCategory($val) } /** * Gets the family - * Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.). + * Provider-generated malware family (for example, 'wannacry,' 'notpetya,' etc.). * * @return string|null The family */ @@ -68,7 +68,7 @@ public function getFamily() /** * Sets the family - * Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.). + * Provider-generated malware family (for example, 'wannacry,' 'notpetya,' etc.). * * @param string $val The value of the family * diff --git a/src/Model/ObjectIdentity.php b/src/Model/ObjectIdentity.php index 50bd184709d..0aa942b7b95 100644 --- a/src/Model/ObjectIdentity.php +++ b/src/Model/ObjectIdentity.php @@ -25,7 +25,7 @@ class ObjectIdentity extends Entity { /** * Gets the issuer - * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. + * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For guests from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. * * @return string|null The issuer */ @@ -40,7 +40,7 @@ public function getIssuer() /** * Sets the issuer - * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. + * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For guests from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. * * @param string $val The value of the issuer * diff --git a/src/Model/OnlineMeeting.php b/src/Model/OnlineMeeting.php index 602fd65031d..00bf6312341 100644 --- a/src/Model/OnlineMeeting.php +++ b/src/Model/OnlineMeeting.php @@ -208,7 +208,6 @@ public function setAllowTeamworkReactions($val) /** * Gets the attendeeReport - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * * @return \GuzzleHttp\Psr7\Stream|null The attendeeReport */ @@ -227,7 +226,6 @@ public function getAttendeeReport() /** * Sets the attendeeReport - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * * @param \GuzzleHttp\Psr7\Stream $val The attendeeReport * @@ -274,7 +272,6 @@ public function setAudioConferencing($val) /** * Gets the broadcastSettings - * Settings related to a live event. * * @return BroadcastMeetingSettings|null The broadcastSettings */ @@ -293,7 +290,6 @@ public function getBroadcastSettings() /** * Sets the broadcastSettings - * Settings related to a live event. * * @param BroadcastMeetingSettings $val The broadcastSettings * @@ -433,7 +429,6 @@ public function setExternalId($val) /** * Gets the isBroadcast - * Indicates if this is a Teams live event. * * @return bool|null The isBroadcast */ @@ -448,7 +443,6 @@ public function getIsBroadcast() /** * Sets the isBroadcast - * Indicates if this is a Teams live event. * * @param bool $val The isBroadcast * @@ -869,6 +863,7 @@ public function setAttendanceReports($val) /** * Gets the transcripts + * The transcripts of an online meeting. Read-only. * * @return array|null The transcripts */ @@ -883,6 +878,7 @@ public function getTranscripts() /** * Sets the transcripts + * The transcripts of an online meeting. Read-only. * * @param CallTranscript[] $val The transcripts * diff --git a/src/Model/PlannerTask.php b/src/Model/PlannerTask.php index 2e11f140eb4..b0a62f23f22 100644 --- a/src/Model/PlannerTask.php +++ b/src/Model/PlannerTask.php @@ -150,7 +150,7 @@ public function setAssignments($val) /** * Gets the bucketId - * Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service. + * Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. * * @return string|null The bucketId */ @@ -165,7 +165,7 @@ public function getBucketId() /** * Sets the bucketId - * Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service. + * Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. * * @param string $val The bucketId * @@ -402,7 +402,7 @@ public function setDueDateTime($val) /** * Gets the hasDescription - * Read-only. Value is true if the details object of the task has a non-empty description and false otherwise. + * Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. * * @return bool|null The hasDescription */ @@ -417,7 +417,7 @@ public function getHasDescription() /** * Sets the hasDescription - * Read-only. Value is true if the details object of the task has a non-empty description and false otherwise. + * Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. * * @param bool $val The hasDescription * @@ -737,7 +737,7 @@ public function setBucketTaskBoardFormat($val) /** * Gets the details - * Read-only. Nullable. Additional details about the task. + * Read-only. Nullable. More details about the task. * * @return PlannerTaskDetails|null The details */ @@ -756,7 +756,7 @@ public function getDetails() /** * Sets the details - * Read-only. Nullable. Additional details about the task. + * Read-only. Nullable. More details about the task. * * @param PlannerTaskDetails $val The details * diff --git a/src/Model/PresenceStatusMessage.php b/src/Model/PresenceStatusMessage.php index af0e43850b3..07db2aeb867 100644 --- a/src/Model/PresenceStatusMessage.php +++ b/src/Model/PresenceStatusMessage.php @@ -26,7 +26,7 @@ class PresenceStatusMessage extends Entity /** * Gets the expiryDateTime - * Time in which the status message expires.If not provided, the status message does not expire.expiryDateTime.dateTime should not include time zone.expiryDateTime is not available when you request the presence of another user. + * Time in which the status message expires.If not provided, the status message doesn't expire.expiryDateTime.dateTime shouldn't include time zone.expiryDateTime isn't available when you request the presence of another user. * * @return DateTimeTimeZone|null The expiryDateTime */ @@ -45,7 +45,7 @@ public function getExpiryDateTime() /** * Sets the expiryDateTime - * Time in which the status message expires.If not provided, the status message does not expire.expiryDateTime.dateTime should not include time zone.expiryDateTime is not available when you request the presence of another user. + * Time in which the status message expires.If not provided, the status message doesn't expire.expiryDateTime.dateTime shouldn't include time zone.expiryDateTime isn't available when you request the presence of another user. * * @param DateTimeTimeZone $val The value to assign to the expiryDateTime * @@ -92,7 +92,7 @@ public function setMessage($val) /** * Gets the publishedDateTime - * Time in which the status message was published.Read-only.publishedDateTime is not available when you request the presence of another user. + * Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. * * @return \DateTime|null The publishedDateTime */ @@ -111,7 +111,7 @@ public function getPublishedDateTime() /** * Sets the publishedDateTime - * Time in which the status message was published.Read-only.publishedDateTime is not available when you request the presence of another user. + * Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. * * @param \DateTime $val The value to assign to the publishedDateTime * diff --git a/src/Model/SubscribedSku.php b/src/Model/SubscribedSku.php index 218167aa7be..28b81cd0cc9 100644 --- a/src/Model/SubscribedSku.php +++ b/src/Model/SubscribedSku.php @@ -113,7 +113,7 @@ public function setAppliesTo($val) /** * Gets the capabilityStatus - * Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer cancelled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. + * Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. * * @return string|null The capabilityStatus */ @@ -128,7 +128,7 @@ public function getCapabilityStatus() /** * Sets the capabilityStatus - * Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer cancelled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. + * Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. * * @param string $val The capabilityStatus * diff --git a/src/Model/UserRegistrationFeatureCount.php b/src/Model/UserRegistrationFeatureCount.php index 72eed87d2b9..4d0740d53ca 100644 --- a/src/Model/UserRegistrationFeatureCount.php +++ b/src/Model/UserRegistrationFeatureCount.php @@ -26,7 +26,7 @@ class UserRegistrationFeatureCount extends Entity /** * Gets the feature - * Number of users registered or capable for multi-factor authentication, self-service password reset, and passwordless authentication. Possible values are: ssprRegistered, ssprEnabled, ssprCapable, passwordlessCapable, mfaCapable, unknownFutureValue. + * Number of users registered or capable for multifactor authentication, self-service password reset, and passwordless authentication. Possible values are: ssprRegistered, ssprEnabled, ssprCapable, passwordlessCapable, mfaCapable, unknownFutureValue. * * @return AuthenticationMethodFeature|null The feature */ @@ -45,7 +45,7 @@ public function getFeature() /** * Sets the feature - * Number of users registered or capable for multi-factor authentication, self-service password reset, and passwordless authentication. Possible values are: ssprRegistered, ssprEnabled, ssprCapable, passwordlessCapable, mfaCapable, unknownFutureValue. + * Number of users registered or capable for multifactor authentication, self-service password reset, and passwordless authentication. Possible values are: ssprRegistered, ssprEnabled, ssprCapable, passwordlessCapable, mfaCapable, unknownFutureValue. * * @param AuthenticationMethodFeature $val The value to assign to the feature * diff --git a/src/Model/WorkbookRange.php b/src/Model/WorkbookRange.php index 8a6e918acd5..7dcf1e60f3d 100644 --- a/src/Model/WorkbookRange.php +++ b/src/Model/WorkbookRange.php @@ -432,7 +432,7 @@ public function setRowIndex($val) /** * Gets the text - * 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. + * Text values of the specified range. The Text value doesn't depend on the cell width. The # sign substitution that happens in Excel UI doesn't affect the text value returned by the API. Read-only. * * @return string|null The text */ @@ -447,7 +447,7 @@ public function getText() /** * Sets the text - * 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. + * Text values of the specified range. The Text value doesn't depend on the cell width. The # sign substitution that happens in Excel UI doesn't affect the text value returned by the API. Read-only. * * @param string $val The text *