ScopeAccessReviewInstanceDecisionsClient Interface

public interface ScopeAccessReviewInstanceDecisionsClient

An instance of this class provides access to all the operations defined in ScopeAccessReviewInstanceDecisionsClient.

Method Details

list

public abstract PagedIterable<AccessReviewDecisionInner> list(String scope, String scheduleDefinitionId, String id)

Get access review instance decisions.

Parameters:

scope - The scope of the resource.
scheduleDefinitionId - The id of the access review schedule definition.
id - The id of the access review instance.

Returns:

access review instance decisions as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AccessReviewDecisionInner> list(String scope, String scheduleDefinitionId, String id, String filter, Context context)

Get access review instance decisions.

Parameters:

scope - The scope of the resource.
scheduleDefinitionId - The id of the access review schedule definition.
id - The id of the access review instance.
filter - 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.
context - The context to associate with this operation.

Returns:

access review instance decisions as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<AccessReviewDecisionInner> listAsync(String scope, String scheduleDefinitionId, String id)

Get access review instance decisions.

Parameters:

scope - The scope of the resource.
scheduleDefinitionId - The id of the access review schedule definition.
id - The id of the access review instance.

Returns:

access review instance decisions as paginated response with PagedFlux<T>.

listAsync

public abstract PagedFlux<AccessReviewDecisionInner> listAsync(String scope, String scheduleDefinitionId, String id, String filter)

Get access review instance decisions.

Parameters:

scope - The scope of the resource.
scheduleDefinitionId - The id of the access review schedule definition.
id - The id of the access review instance.
filter - 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.

Returns:

access review instance decisions as paginated response with PagedFlux<T>.

Applies to