ScopeAccessReviewInstanceResource.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetAll(CancellationToken) |
Get access review instance contacted reviewers
|
| GetAll(String, CancellationToken) |
Get access review instance decisions
|
GetAll(CancellationToken)
Get access review instance contacted reviewers
- Request Path. : /{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/contactedReviewers.
- Operation Id. : ScopeAccessReviewInstances_ScopeAccessReviewInstanceContactedReviewersList.
- Default Api Version. : 2021-12-01-preview.
- Resource. : ScopeAccessReviewInstanceResource.
public virtual Azure.Pageable<Azure.ResourceManager.Authorization.Models.AccessReviewContactedReviewer> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Authorization.Models.AccessReviewContactedReviewer>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Authorization.Models.AccessReviewContactedReviewer>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AccessReviewContactedReviewer)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of AccessReviewContactedReviewer that may take multiple service requests to iterate over.
Applies to
GetAll(String, CancellationToken)
Get access review instance decisions
- Request Path. : /{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/decisions.
- Operation Id. : ScopeAccessReviewInstances_ScopeAccessReviewInstanceDecisionsList.
- Default Api Version. : 2021-12-01-preview.
- Resource. : ScopeAccessReviewInstanceResource.
public virtual Azure.Pageable<Azure.ResourceManager.Authorization.AccessReviewDecisionResource> GetAll(string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Authorization.AccessReviewDecisionResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Authorization.AccessReviewDecisionResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AccessReviewDecisionResource)
Parameters
- filter
- String
The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of AccessReviewDecisionResource that may take multiple service requests to iterate over.