Skip to content

Commit

Permalink
Merge pull request #1230 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 1.97.0
  • Loading branch information
Ndiritu authored May 10, 2023
2 parents 3903fc5 + cc4ca60 commit 54e5694
Show file tree
Hide file tree
Showing 80 changed files with 1,831 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ExternalActivity extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the startDateTime
* When the particular activity occurred.
* The date and time when the particular activity occurred. 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.
*
* @return \DateTime|null The startDateTime
*/
Expand All @@ -45,7 +45,7 @@ public function getStartDateTime()

/**
* Sets the startDateTime
* When the particular activity occurred.
* The date and time when the particular activity occurred. 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.
*
* @param \DateTime $val The startDateTime
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ExternalActivityResult extends ExternalActivity
{
/**
* Gets the error
* Error information explaining failure to process external activity.
* Error information that explains the failure to process an external activity.
*
* @return \Beta\Microsoft\Graph\Model\PublicError|null The error
*/
Expand All @@ -45,7 +45,7 @@ public function getError()

/**
* Sets the error
* Error information explaining failure to process external activity.
* Error information that explains the failure to process an external activity.
*
* @param \Beta\Microsoft\Graph\Model\PublicError $val The error
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function setExternalItemProperties($val)

/**
* Gets the activities
* Write-only property. Returns results.
* Returns a list of activities performed on the item. Write-only.
*
* @return array|null The activities
*/
Expand All @@ -138,7 +138,7 @@ public function getActivities()

/**
* Sets the activities
* Write-only property. Returns results.
* Returns a list of activities performed on the item. Write-only.
*
* @param ExternalActivity[] $val The activities
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +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.
*
* @return IdentityType|null The type
*/
Expand All @@ -44,6 +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.
*
* @param IdentityType $val The type
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PropertyRule extends \Beta\Microsoft\Graph\Model\Entity

/**
* Gets the operation
* Specifies the operations to be performed during evaluation of a single propertyRule, where property and a string from the values collection are the respective operands. Possible values are: null, equals, notEquals, contains, notContains, lessThan, greaterThan, startsWith, unknownFutureValue. Required.
* Specifies the operations to be performed during evaluation of a single propertyRule, where property and a string from the values collection are the respective operands. Possible values are: null, equals, notEquals, contains, notContains, lessThan, greaterThan, startsWith. Required.
*
* @return RuleOperation|null The operation
*/
Expand All @@ -45,7 +45,7 @@ public function getOperation()

/**
* Sets the operation
* Specifies the operations to be performed during evaluation of a single propertyRule, where property and a string from the values collection are the respective operands. Possible values are: null, equals, notEquals, contains, notContains, lessThan, greaterThan, startsWith, unknownFutureValue. Required.
* Specifies the operations to be performed during evaluation of a single propertyRule, where property and a string from the values collection are the respective operands. Possible values are: null, equals, notEquals, contains, notContains, lessThan, greaterThan, startsWith. Required.
*
* @param RuleOperation $val The value to assign to the operation
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TimeBasedAttributeTrigger extends WorkflowExecutionTrigger
{
/**
* Gets the offsetInDays
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -60 and 60 days.
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -180 and 180 days.
*
* @return int|null The offsetInDays
*/
Expand All @@ -40,7 +40,7 @@ public function getOffsetInDays()

/**
* Sets the offsetInDays
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -60 and 60 days.
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -180 and 180 days.
*
* @param int $val The value of the offsetInDays
*
Expand Down
2 changes: 0 additions & 2 deletions src/Beta/Microsoft/Graph/Model/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public function setEdge($val)

/**
* Gets the sharepoint
* A container for administrative resources to manage tenant-level settings for SharePoint and OneDrive.
*
* @return Sharepoint|null The sharepoint
*/
Expand All @@ -109,7 +108,6 @@ public function getSharepoint()

/**
* Sets the sharepoint
* A container for administrative resources to manage tenant-level settings for SharePoint and OneDrive.
*
* @param Sharepoint $val The sharepoint
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/Model/AttendanceRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function setAttendanceIntervals($val)

/**
* Gets the emailAddress
* Email address of the user associated with this atttendance record.
* Email address of the user associated with this attendance record.
*
* @return string|null The emailAddress
*/
Expand All @@ -71,7 +71,7 @@ public function getEmailAddress()

/**
* Sets the emailAddress
* Email address of the user associated with this atttendance record.
* Email address of the user associated with this attendance record.
*
* @param string $val The emailAddress
*
Expand All @@ -85,7 +85,7 @@ public function setEmailAddress($val)

/**
* Gets the identity
* Identity of the user associated with this atttendance record. The specific type will be one of the following derived types of identity, depending on the type of the user: communicationsUserIdentity, azureCommunicationServicesUserIdentity.
* Identity of the user associated with this attendance record. The specific type will be one of the following derived types of identity, depending on the type of the user: communicationsUserIdentity, azureCommunicationServicesUserIdentity.
*
* @return Identity|null The identity
*/
Expand All @@ -104,7 +104,7 @@ public function getIdentity()

/**
* Sets the identity
* Identity of the user associated with this atttendance record. The specific type will be one of the following derived types of identity, depending on the type of the user: communicationsUserIdentity, azureCommunicationServicesUserIdentity.
* Identity of the user associated with this attendance record. The specific type will be one of the following derived types of identity, depending on the type of the user: communicationsUserIdentity, azureCommunicationServicesUserIdentity.
*
* @param Identity $val The identity
*
Expand Down
2 changes: 2 additions & 0 deletions src/Beta/Microsoft/Graph/Model/CloudPcProvisioningPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function setCloudPcGroupDisplayName($val)

/**
* Gets the cloudPcNamingTemplate
* The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderBy.
*
* @return string|null The cloudPcNamingTemplate
*/
Expand All @@ -98,6 +99,7 @@ public function getCloudPcNamingTemplate()

/**
* Sets the cloudPcNamingTemplate
* The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderBy.
*
* @param string $val The cloudPcNamingTemplate
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function setTarget($val)

/**
* Gets the assignedUsers
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. This property is read-only. Supports$expand.
*
* @return array|null The assignedUsers
*/
Expand All @@ -74,6 +75,7 @@ public function getAssignedUsers()

/**
* Sets the assignedUsers
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. This property is read-only. Supports$expand.
*
* @param User[] $val The assignedUsers
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ConditionalAccessEnumeratedExternalTenants extends ConditionalAccessExtern
{
/**
* Gets the members
* Represents a collection of tenant ids in the scope of Conditional Access for guests and external users policy targeting.
* A collection of tenant IDs that define the scope of a policy targeting conditional access for guests and external users.
*
* @return string|null The members
*/
Expand All @@ -40,7 +40,7 @@ public function getMembers()

/**
* Sets the members
* Represents a collection of tenant ids in the scope of Conditional Access for guests and external users policy targeting.
* A collection of tenant IDs that define the scope of a policy targeting conditional access for guests and external users.
*
* @param string $val The value of the members
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ConditionalAccessExternalTenants extends Entity

/**
* Gets the membershipKind
* Represents the membership kind. The possible values are: all, enumerated, unknownFutureValue. enumerated references an object of conditionalAccessEnumeratedExternalTenants derived type.
* The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
*
* @return ConditionalAccessExternalTenantsMembershipKind|null The membershipKind
*/
Expand All @@ -45,7 +45,7 @@ public function getMembershipKind()

/**
* Sets the membershipKind
* Represents the membership kind. The possible values are: all, enumerated, unknownFutureValue. enumerated references an object of conditionalAccessEnumeratedExternalTenants derived type.
* The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
*
* @param ConditionalAccessExternalTenantsMembershipKind $val The value to assign to the membershipKind
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ConditionalAccessGuestsOrExternalUsers extends Entity

/**
* Gets the externalTenants
* The tenant ids of the selected types of external users. It could be either all b2b tenant, or a collection of tenant ids. External tenants can be specified only when guestOrExternalUserTypes is not null or an empty string.
* The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes is not null or an empty String.
*
* @return ConditionalAccessExternalTenants|null The externalTenants
*/
Expand All @@ -45,7 +45,7 @@ public function getExternalTenants()

/**
* Sets the externalTenants
* The tenant ids of the selected types of external users. It could be either all b2b tenant, or a collection of tenant ids. External tenants can be specified only when guestOrExternalUserTypes is not null or an empty string.
* The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes is not null or an empty String.
*
* @param ConditionalAccessExternalTenants $val The value to assign to the externalTenants
*
Expand All @@ -59,7 +59,7 @@ public function setExternalTenants($val)

/**
* Gets the guestOrExternalUserTypes
* Represents internal guests or external user types. This is a multi-valued property. Supported values are: b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, internalGuest, OtherExternalUser, serviceProvider and unknownFutureValue.
* Indicates internal guests or external user types. This is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue.
*
* @return ConditionalAccessGuestOrExternalUserTypes|null The guestOrExternalUserTypes
*/
Expand All @@ -78,7 +78,7 @@ public function getGuestOrExternalUserTypes()

/**
* Sets the guestOrExternalUserTypes
* Represents internal guests or external user types. This is a multi-valued property. Supported values are: b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, internalGuest, OtherExternalUser, serviceProvider and unknownFutureValue.
* Indicates internal guests or external user types. This is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue.
*
* @param ConditionalAccessGuestOrExternalUserTypes $val The value to assign to the guestOrExternalUserTypes
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/ConditionalAccessUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function setExcludeGroups($val)

/**
* Gets the excludeGuestsOrExternalUsers
* Internal guests or external users excluded in the policy scope. Optionally populated.
* Internal guests or external users excluded from the policy scope. Optionally populated.
*
* @return ConditionalAccessGuestsOrExternalUsers|null The excludeGuestsOrExternalUsers
*/
Expand All @@ -73,7 +73,7 @@ public function getExcludeGuestsOrExternalUsers()

/**
* Sets the excludeGuestsOrExternalUsers
* Internal guests or external users excluded in the policy scope. Optionally populated.
* Internal guests or external users excluded from the policy scope. Optionally populated.
*
* @param ConditionalAccessGuestsOrExternalUsers $val The value to assign to the excludeGuestsOrExternalUsers
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DeviceManagementConfigurationChoiceSettingCollectionDefinition extends Dev
{
/**
* Gets the maximumCount
* Maximum number of choices in the collection. Valid values 1 to 100
* Maximum number of choices in the collection
*
* @return int|null The maximumCount
*/
Expand All @@ -41,7 +41,7 @@ public function getMaximumCount()

/**
* Sets the maximumCount
* Maximum number of choices in the collection. Valid values 1 to 100
* Maximum number of choices in the collection
*
* @param int $val The maximumCount
*
Expand All @@ -55,7 +55,7 @@ public function setMaximumCount($val)

/**
* Gets the minimumCount
* Minimum number of choices in the collection. Valid values 1 to 100
* Minimum number of choices in the collection
*
* @return int|null The minimumCount
*/
Expand All @@ -70,7 +70,7 @@ public function getMinimumCount()

/**
* Sets the minimumCount
* Minimum number of choices in the collection. Valid values 1 to 100
* Minimum number of choices in the collection
*
* @param int $val The minimumCount
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DeviceManagementConfigurationReferredSettingInformation extends Entity
{
/**
* Gets the settingDefinitionId
* Setting definition id that is being referred to a setting. Applicable for reusable setting
* Setting definition id that is being referred to a setting. Applicable for reusable setting.
*
* @return string|null The settingDefinitionId
*/
Expand All @@ -40,7 +40,7 @@ public function getSettingDefinitionId()

/**
* Sets the settingDefinitionId
* Setting definition id that is being referred to a setting. Applicable for reusable setting
* Setting definition id that is being referred to a setting. Applicable for reusable setting.
*
* @param string $val The value of the settingDefinitionId
*
Expand Down
Loading

0 comments on commit 54e5694

Please sign in to comment.