AccessReviewInstanceDecisionsClient Interface

public interface AccessReviewInstanceDecisionsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<AccessReviewDecisionInner> list(String scheduleDefinitionId, String id)

Get access review instance decisions.

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

Get access review instance decisions.

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

Get access review instance decisions.

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

Get access review instance decisions.

Method Details

list

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

Get access review instance decisions.

Parameters:

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 scheduleDefinitionId, String id, String filter, Context context)

Get access review instance decisions.

Parameters:

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 scheduleDefinitionId, String id)

Get access review instance decisions.

Parameters:

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 scheduleDefinitionId, String id, String filter)

Get access review instance decisions.

Parameters:

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