Skip to content

Commit

Permalink
Merge branch 'dev' into v1.0/pipelinebuild/62445
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasKenneth authored Jan 6, 2022
2 parents a4479c7 + 4e9373c commit 0f47982
Show file tree
Hide file tree
Showing 32 changed files with 208 additions and 86 deletions.
20 changes: 10 additions & 10 deletions src/Beta/Microsoft/Graph/Model/AccessPackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AccessPackage extends Entity
{
/**
* Gets the catalogId
* ID of the access package catalog referencing this access package. Read-only.
* Identifier of the access package catalog referencing this access package. Read-only.
*
* @return string|null The catalogId
*/
Expand All @@ -41,7 +41,7 @@ public function getCatalogId()

/**
* Sets the catalogId
* ID of the access package catalog referencing this access package. Read-only.
* Identifier of the access package catalog referencing this access package. Read-only.
*
* @param string $val The catalogId
*
Expand All @@ -55,7 +55,7 @@ public function setCatalogId($val)

/**
* Gets the createdBy
* UPN of the user or identity of the subject who created this resource. Read-only.
* The userPrincipalName of the user or identity of the subject who created this resource. Read-only.
*
* @return string|null The createdBy
*/
Expand All @@ -70,7 +70,7 @@ public function getCreatedBy()

/**
* Sets the createdBy
* UPN of the user or identity of the subject who created this resource. Read-only.
* The userPrincipalName of the user or identity of the subject who created this resource. Read-only.
*
* @param string $val The createdBy
*
Expand Down Expand Up @@ -146,7 +146,7 @@ public function setDescription($val)

/**
* Gets the displayName
* The display name of the access package.
* The display name of the access package. Supports $filter (eq, contains).
*
* @return string|null The displayName
*/
Expand All @@ -161,7 +161,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name of the access package.
* The display name of the access package. Supports $filter (eq, contains).
*
* @param string $val The displayName
*
Expand Down Expand Up @@ -233,7 +233,7 @@ public function setIsRoleScopesVisible($val)

/**
* Gets the modifiedBy
* The UPN of the user who last modified this resource. Read-only.
* The userPrincipalName of the user who last modified this resource. Read-only.
*
* @return string|null The modifiedBy
*/
Expand All @@ -248,7 +248,7 @@ public function getModifiedBy()

/**
* Sets the modifiedBy
* The UPN of the user who last modified this resource. Read-only.
* The userPrincipalName of the user who last modified this resource. Read-only.
*
* @param string $val The modifiedBy
*
Expand Down Expand Up @@ -296,7 +296,7 @@ public function setModifiedDateTime($val)

/**
* Gets the accessPackageAssignmentPolicies
* Read-only. Nullable.
* Read-only. Nullable. Supports $expand.
*
* @return array|null The accessPackageAssignmentPolicies
*/
Expand All @@ -311,7 +311,7 @@ public function getAccessPackageAssignmentPolicies()

/**
* Sets the accessPackageAssignmentPolicies
* Read-only. Nullable.
* Read-only. Nullable. Supports $expand.
*
* @param AccessPackageAssignmentPolicy[] $val The accessPackageAssignmentPolicies
*
Expand Down
16 changes: 8 additions & 8 deletions src/Beta/Microsoft/Graph/Model/AccessPackageAssignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setAssignmentPolicyId($val)

/**
* Gets the assignmentState
* The state of the access package assignment. Possible values are Delivering, Delivered, or Expired. Read-only.
* The state of the access package assignment. Possible values are Delivering, Delivered, or Expired. Read-only. Supports $filter (eq).
*
* @return string|null The assignmentState
*/
Expand All @@ -99,7 +99,7 @@ public function getAssignmentState()

/**
* Sets the assignmentState
* The state of the access package assignment. Possible values are Delivering, Delivered, or Expired. Read-only.
* The state of the access package assignment. Possible values are Delivering, Delivered, or Expired. Read-only. Supports $filter (eq).
*
* @param string $val The assignmentState
*
Expand Down Expand Up @@ -295,7 +295,7 @@ public function setTargetId($val)

/**
* Gets the accessPackage
* Read-only. Nullable.
* Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters.
*
* @return AccessPackage|null The accessPackage
*/
Expand All @@ -314,7 +314,7 @@ public function getAccessPackage()

/**
* Sets the accessPackage
* Read-only. Nullable.
* Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters.
*
* @param AccessPackage $val The accessPackage
*
Expand All @@ -328,7 +328,7 @@ public function setAccessPackage($val)

/**
* Gets the accessPackageAssignmentPolicy
* Read-only. Nullable.
* Read-only. Nullable. Supports $filter (eq) on the id property
*
* @return AccessPackageAssignmentPolicy|null The accessPackageAssignmentPolicy
*/
Expand All @@ -347,7 +347,7 @@ public function getAccessPackageAssignmentPolicy()

/**
* Sets the accessPackageAssignmentPolicy
* Read-only. Nullable.
* Read-only. Nullable. Supports $filter (eq) on the id property
*
* @param AccessPackageAssignmentPolicy $val The accessPackageAssignmentPolicy
*
Expand Down Expand Up @@ -419,7 +419,7 @@ public function setAccessPackageAssignmentResourceRoles($val)

/**
* Gets the target
* The subject of the access package assignment. Read-only. Nullable.
* The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId.
*
* @return AccessPackageSubject|null The target
*/
Expand All @@ -438,7 +438,7 @@ public function getTarget()

/**
* Sets the target
* The subject of the access package assignment. Read-only. Nullable.
* The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId.
*
* @param AccessPackageSubject $val The target
*
Expand Down
12 changes: 6 additions & 6 deletions src/Beta/Microsoft/Graph/Model/AccessPackageAssignmentPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AccessPackageAssignmentPolicy extends Entity
{
/**
* Gets the accessPackageId
* ID of the access package.
* Identifier of the access package.
*
* @return string|null The accessPackageId
*/
Expand All @@ -41,7 +41,7 @@ public function getAccessPackageId()

/**
* Sets the accessPackageId
* ID of the access package.
* Identifier of the access package.
*
* @param string $val The accessPackageId
*
Expand Down Expand Up @@ -208,7 +208,7 @@ public function setDescription($val)

/**
* Gets the displayName
* The display name of the policy.
* The display name of the policy. Supports $filter (eq).
*
* @return string|null The displayName
*/
Expand All @@ -223,7 +223,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name of the policy.
* The display name of the policy. Supports $filter (eq).
*
* @param string $val The displayName
*
Expand Down Expand Up @@ -457,7 +457,7 @@ public function setRequestorSettings($val)

/**
* Gets the accessPackage
* The access package with this policy. Read-only. Nullable.
* The access package with this policy. Read-only. Nullable. Supports $expand.
*
* @return AccessPackage|null The accessPackage
*/
Expand All @@ -476,7 +476,7 @@ public function getAccessPackage()

/**
* Sets the accessPackage
* The access package with this policy. Read-only. Nullable.
* The access package with this policy. Read-only. Nullable. Supports $expand.
*
* @param AccessPackage $val The accessPackage
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public function setAccessPackage($val)

/**
* Gets the accessPackageAssignment
* For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
* For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
*
* @return AccessPackageAssignment|null The accessPackageAssignment
*/
Expand All @@ -383,7 +383,7 @@ public function getAccessPackageAssignment()

/**
* Sets the accessPackageAssignment
* For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
* For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
*
* @param AccessPackageAssignment $val The accessPackageAssignment
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function setAccessPackageResourceScope($val)

/**
* Gets the accessPackageSubject
* Read-only. Nullable.
* Read-only. Nullable. Supports $filter (eq) on objectId and $expand query parameters.
*
* @return AccessPackageSubject|null The accessPackageSubject
*/
Expand All @@ -228,7 +228,7 @@ public function getAccessPackageSubject()

/**
* Sets the accessPackageSubject
* Read-only. Nullable.
* Read-only. Nullable. Supports $filter (eq) on objectId and $expand query parameters.
*
* @param AccessPackageSubject $val The accessPackageSubject
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function setCreatedDateTime($val)

/**
* Gets the description
* The description of this accessPackageResourceEnvironment object.
* The description of this object.
*
* @return string|null The description
*/
Expand All @@ -136,7 +136,7 @@ public function getDescription()

/**
* Sets the description
* The description of this accessPackageResourceEnvironment object.
* The description of this object.
*
* @param string $val The description
*
Expand Down Expand Up @@ -299,7 +299,7 @@ public function setOriginId($val)

/**
* Gets the originSystem
* The type of the resource in the origin system such as SharePointOnline. Supports $filter.
* The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq).
*
* @return string|null The originSystem
*/
Expand All @@ -314,7 +314,7 @@ public function getOriginSystem()

/**
* Sets the originSystem
* The type of the resource in the origin system such as SharePointOnline. Supports $filter.
* The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq).
*
* @param string $val The originSystem
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public function setAccessPackageResource($val)

/**
* Gets the requestor
* Read-only. Nullable.
* Read-only. Nullable. Supports $expand.
*
* @return AccessPackageSubject|null The requestor
*/
Expand All @@ -312,7 +312,7 @@ public function getRequestor()

/**
* Sets the requestor
* Read-only. Nullable.
* Read-only. Nullable. Supports $expand.
*
* @param AccessPackageSubject $val The requestor
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function setModifiedDateTime($val)

/**
* Gets the accessPackageResourceRole
* Read-only. Nullable.
* Read-only. Nullable. Supports $expand.
*
* @return AccessPackageResourceRole|null The accessPackageResourceRole
*/
Expand All @@ -169,7 +169,7 @@ public function getAccessPackageResourceRole()

/**
* Sets the accessPackageResourceRole
* Read-only. Nullable.
* Read-only. Nullable. Supports $expand.
*
* @param AccessPackageResourceRole $val The accessPackageResourceRole
*
Expand Down
8 changes: 8 additions & 0 deletions src/Beta/Microsoft/Graph/Model/AccessReviewSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class AccessReviewSet extends Entity

/**
* Gets the decisions
* Represents an Azure AD access review decision on an instance of a review.
*
* @return array|null The decisions
*/
Expand All @@ -41,6 +42,7 @@ public function getDecisions()

/**
* Sets the decisions
* Represents an Azure AD access review decision on an instance of a review.
*
* @param AccessReviewInstanceDecisionItem[] $val The decisions
*
Expand All @@ -55,6 +57,7 @@ public function setDecisions($val)

/**
* Gets the definitions
* Represents the template and scheduling for an access review.
*
* @return array|null The definitions
*/
Expand All @@ -69,6 +72,7 @@ public function getDefinitions()

/**
* Sets the definitions
* Represents the template and scheduling for an access review.
*
* @param AccessReviewScheduleDefinition[] $val The definitions
*
Expand All @@ -83,6 +87,7 @@ public function setDefinitions($val)

/**
* Gets the historyDefinitions
* Represents a collection of access review history data and the scopes used to collect that data.
*
* @return array|null The historyDefinitions
*/
Expand All @@ -97,6 +102,7 @@ public function getHistoryDefinitions()

/**
* Sets the historyDefinitions
* Represents a collection of access review history data and the scopes used to collect that data.
*
* @param AccessReviewHistoryDefinition[] $val The historyDefinitions
*
Expand All @@ -110,6 +116,7 @@ public function setHistoryDefinitions($val)

/**
* Gets the policy
* Resource that enables administrators to manage directory-level access review policies in their tenant.
*
* @return AccessReviewPolicy|null The policy
*/
Expand All @@ -128,6 +135,7 @@ public function getPolicy()

/**
* Sets the policy
* Resource that enables administrators to manage directory-level access review policies in their tenant.
*
* @param AccessReviewPolicy $val The policy
*
Expand Down
Loading

0 comments on commit 0f47982

Please sign in to comment.