Skip to content

Commit

Permalink
Merge pull request #1358 from microsoftgraph/v1.0/pipelinebuild/126471
Browse files Browse the repository at this point in the history
Generated  models and request builders
  • Loading branch information
Ndiritu authored Oct 11, 2023
2 parents f5e41e8 + d53d6c8 commit 90a7b72
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 40 deletions.
4 changes: 2 additions & 2 deletions src/Model/AppliedConditionalAccessPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/AuthenticationMethodsRoot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down
12 changes: 12 additions & 0 deletions src/Model/CallTranscript.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -44,6 +45,7 @@ public function getContent()

/**
* Sets the content
* The content of the transcript. Read-only.
*
* @param \GuzzleHttp\Psr7\Stream $val The content
*
Expand All @@ -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
*/
Expand All @@ -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
*
Expand All @@ -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
*/
Expand All @@ -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
*
Expand All @@ -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
*/
Expand All @@ -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
*
Expand All @@ -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
*/
Expand All @@ -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
*
Expand All @@ -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
*/
Expand All @@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/CrossTenantAccessPolicyConfigurationPartner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/EmailAuthenticationMethodConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down
12 changes: 6 additions & 6 deletions src/Model/GraphList.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/MalwareState.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/ObjectIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down
8 changes: 2 additions & 6 deletions src/Model/OnlineMeeting.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down Expand Up @@ -274,7 +272,6 @@ public function setAudioConferencing($val)

/**
* Gets the broadcastSettings
* Settings related to a live event.
*
* @return BroadcastMeetingSettings|null The broadcastSettings
*/
Expand All @@ -293,7 +290,6 @@ public function getBroadcastSettings()

/**
* Sets the broadcastSettings
* Settings related to a live event.
*
* @param BroadcastMeetingSettings $val The broadcastSettings
*
Expand Down Expand Up @@ -433,7 +429,6 @@ public function setExternalId($val)

/**
* Gets the isBroadcast
* Indicates if this is a Teams live event.
*
* @return bool|null The isBroadcast
*/
Expand All @@ -448,7 +443,6 @@ public function getIsBroadcast()

/**
* Sets the isBroadcast
* Indicates if this is a Teams live event.
*
* @param bool $val The isBroadcast
*
Expand Down Expand Up @@ -869,6 +863,7 @@ public function setAttendanceReports($val)

/**
* Gets the transcripts
* The transcripts of an online meeting. Read-only.
*
* @return array|null The transcripts
*/
Expand All @@ -883,6 +878,7 @@ public function getTranscripts()

/**
* Sets the transcripts
* The transcripts of an online meeting. Read-only.
*
* @param CallTranscript[] $val The transcripts
*
Expand Down
12 changes: 6 additions & 6 deletions src/Model/PlannerTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*
Expand Down
Loading

0 comments on commit 90a7b72

Please sign in to comment.