Skip to content

Commit

Permalink
Merge pull request #1369 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 1.109.0
  • Loading branch information
Ndiritu authored Nov 2, 2023
2 parents 96b940a + cc536e6 commit 14b1b9f
Show file tree
Hide file tree
Showing 509 changed files with 14,069 additions and 1,238 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof
```
{
"require": {
"microsoft/microsoft-graph": "^1.108.0"
"microsoft/microsoft-graph": "^1.109.0"
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ClientUserAgent extends UserAgent
{
/**
* Gets the azureADAppId
* The unique identifier of the Azure AD application used by this endpoint.
* The unique identifier of the Microsoft Entra application used by this endpoint.
*
* @return string|null The azureADAppId
*/
Expand All @@ -40,7 +40,7 @@ public function getAzureADAppId()

/**
* Sets the azureADAppId
* The unique identifier of the Azure AD application used by this endpoint.
* The unique identifier of the Microsoft Entra application used by this endpoint.
*
* @param string $val The value of the azureADAppId
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public function setUserDisplayName($val)
}
/**
* Gets the userId
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types.
* The unique identifier (GUID) of the user in Microsoft Entra ID. This and other user info is null/empty for bot call types.
*
* @return string|null The userId
*/
Expand All @@ -648,7 +648,7 @@ public function getUserId()

/**
* Sets the userId
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types.
* The unique identifier (GUID) of the user in Microsoft Entra ID. This and other user info is null/empty for bot call types.
*
* @param string $val The value of the userId
*
Expand All @@ -661,7 +661,7 @@ public function setUserId($val)
}
/**
* Gets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @return string|null The userPrincipalName
*/
Expand All @@ -676,7 +676,7 @@ public function getUserPrincipalName()

/**
* Sets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @param string $val The value of the userPrincipalName
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function setUserDisplayName($val)
}
/**
* Gets the userId
* The unique identifier (GUID) of the user in Azure Active Directory.
* The unique identifier (GUID) of the user in Microsoft Entra ID.
*
* @return string|null The userId
*/
Expand All @@ -190,7 +190,7 @@ public function getUserId()

/**
* Sets the userId
* The unique identifier (GUID) of the user in Azure Active Directory.
* The unique identifier (GUID) of the user in Microsoft Entra ID.
*
* @param string $val The value of the userId
*
Expand All @@ -203,7 +203,7 @@ public function setUserId($val)
}
/**
* Gets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @return string|null The userPrincipalName
*/
Expand All @@ -218,7 +218,7 @@ public function getUserPrincipalName()

/**
* Sets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @param string $val The value of the userPrincipalName
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ public function setUserDisplayName($val)
}
/**
* Gets the userId
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types (ucapin, ucapout).
* The unique identifier (GUID) of the user in Microsoft Entra ID. This and other user info will be null/empty for bot call types (ucapin, ucapout).
*
* @return string|null The userId
*/
Expand All @@ -793,7 +793,7 @@ public function getUserId()

/**
* Sets the userId
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types (ucapin, ucapout).
* The unique identifier (GUID) of the user in Microsoft Entra ID. This and other user info will be null/empty for bot call types (ucapin, ucapout).
*
* @param string $val The value of the userId
*
Expand All @@ -806,7 +806,7 @@ public function setUserId($val)
}
/**
* Gets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @return string|null The userPrincipalName
*/
Expand All @@ -821,7 +821,7 @@ public function getUserPrincipalName()

/**
* Sets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @param string $val The value of the userPrincipalName
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public function setUserDisplayName($val)
}
/**
* Gets the userId
* The unique identifier (GUID) of the user in Azure Active Directory.
* The unique identifier (GUID) of the user in Microsoft Entra ID.
*
* @return string|null The userId
*/
Expand All @@ -241,7 +241,7 @@ public function getUserId()

/**
* Sets the userId
* The unique identifier (GUID) of the user in Azure Active Directory.
* The unique identifier (GUID) of the user in Microsoft Entra ID.
*
* @param string $val The value of the userId
*
Expand All @@ -254,7 +254,7 @@ public function setUserId($val)
}
/**
* Gets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @return string|null The userPrincipalName
*/
Expand All @@ -269,7 +269,7 @@ public function getUserPrincipalName()

/**
* Sets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @param string $val The value of the userPrincipalName
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/CallRecords/Model/SmsLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ public function setUserDisplayName($val)
}
/**
* Gets the userId
* The unique identifier (GUID) of the user in Azure Active Directory.
* The unique identifier (GUID) of the user in Microsoft Entra ID.
*
* @return string|null The userId
*/
Expand All @@ -498,7 +498,7 @@ public function getUserId()

/**
* Sets the userId
* The unique identifier (GUID) of the user in Azure Active Directory.
* The unique identifier (GUID) of the user in Microsoft Entra ID.
*
* @param string $val The value of the userId
*
Expand All @@ -511,7 +511,7 @@ public function setUserId($val)
}
/**
* Gets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @return string|null The userPrincipalName
*/
Expand All @@ -526,7 +526,7 @@ public function getUserPrincipalName()

/**
* Sets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @param string $val The value of the userPrincipalName
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/ExternalConnectors/Model/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function setType($val)
}
/**
* Gets the value
* The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup.
* The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup.
*
* @return string|null The value
*/
Expand All @@ -139,7 +139,7 @@ public function getValue()

/**
* Sets the value
* The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup.
* The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup.
*
* @param string $val The value of the value
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Configuration extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the authorizedAppIds
* A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection.
* A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection.
*
* @return string|null The authorizedAppIds
*/
Expand All @@ -40,7 +40,7 @@ public function getAuthorizedAppIds()

/**
* Sets the authorizedAppIds
* A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection.
* A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection.
*
* @param string $val The value of the authorizedAppIds
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function setDisplayName($val)

/**
* Gets the members
* A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members.
* A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or other externalGroups as members.
*
* @return array|null The members
*/
Expand All @@ -100,7 +100,7 @@ public function getMembers()

/**
* Sets the members
* A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members.
* A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or other externalGroups as members.
*
* @param Identity[] $val The members
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Identity extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the type
* The type of identity. Possible values are: user or group for Azure AD identities and externalgroup for groups in an external system.
* The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.
*
* @return IdentityType|null The type
*/
Expand All @@ -45,7 +45,7 @@ public function getType()

/**
* Sets the type
* The type of identity. Possible values are: user or group for Azure AD identities and externalgroup for groups in an external system.
* The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.
*
* @param IdentityType $val The type
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 (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.
* 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, containerName, containerUrl, iconUrl. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl.
*
* @return Label|null The labels
*/
Expand All @@ -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 (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.
* 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, containerName, containerUrl, iconUrl. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl.
*
* @param Label $val The value to assign to the labels
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function setLastModifiedDateTime($val)

/**
* Gets the createdBy
* The unique identifier of the Azure AD user that created the custom task extension.Supports $filter(eq, ne) and $expand.
* The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand.
*
* @return \Beta\Microsoft\Graph\Model\User|null The createdBy
*/
Expand All @@ -144,7 +144,7 @@ public function getCreatedBy()

/**
* Sets the createdBy
* The unique identifier of the Azure AD user that created the custom task extension.Supports $filter(eq, ne) and $expand.
* The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand.
*
* @param \Beta\Microsoft\Graph\Model\User $val The createdBy
*
Expand All @@ -158,7 +158,7 @@ public function setCreatedBy($val)

/**
* Gets the lastModifiedBy
* The unique identifier of the Azure AD user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.
* The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.
*
* @return \Beta\Microsoft\Graph\Model\User|null The lastModifiedBy
*/
Expand All @@ -177,7 +177,7 @@ public function getLastModifiedBy()

/**
* Sets the lastModifiedBy
* The unique identifier of the Azure AD user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.
* The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.
*
* @param \Beta\Microsoft\Graph\Model\User $val The lastModifiedBy
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function setStartedDateTime($val)

/**
* Gets the subject
* The unique identifier of the Azure AD user targeted for the task execution.Supports $filter(eq, ne) and $expand.
* The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.
*
* @return \Beta\Microsoft\Graph\Model\User|null The subject
*/
Expand All @@ -206,7 +206,7 @@ public function getSubject()

/**
* Sets the subject
* The unique identifier of the Azure AD user targeted for the task execution.Supports $filter(eq, ne) and $expand.
* The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.
*
* @param \Beta\Microsoft\Graph\Model\User $val The subject
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function setVersion($val)

/**
* Gets the executionScope
* The unique identifier of the Azure AD identity that last modified the workflow object.
* The unique identifier of the Microsoft Entra identity that last modified the workflow object.
*
* @return array|null The executionScope
*/
Expand All @@ -166,7 +166,7 @@ public function getExecutionScope()

/**
* Sets the executionScope
* The unique identifier of the Azure AD identity that last modified the workflow object.
* The unique identifier of the Microsoft Entra identity that last modified the workflow object.
*
* @param UserProcessingResult[] $val The executionScope
*
Expand Down
Loading

0 comments on commit 14b1b9f

Please sign in to comment.