ScopeAccessReviewInstanceOperationsClient Interface
public interface ScopeAccessReviewInstanceOperationsClient
An instance of this class provides access to all the operations defined in ScopeAccessReviewInstanceOperationsClient.
Method Summary
Method Details
applyDecisions
public abstract void applyDecisions(String scope, String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance.
Parameters:
applyDecisionsAsync
public abstract Mono<Void> applyDecisionsAsync(String scope, String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance.
Parameters:
Returns:
applyDecisionsWithResponse
public abstract Response<Void> applyDecisionsWithResponse(String scope, String scheduleDefinitionId, String id, Context context)
An action to apply all decisions for an access review instance.
Parameters:
Returns:
applyDecisionsWithResponseAsync
public abstract Mono<Response<Void>> applyDecisionsWithResponseAsync(String scope, String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance.
Parameters:
Returns:
recordAllDecisions
public abstract void recordAllDecisions(String scope, String scheduleDefinitionId, String id, RecordAllDecisionsProperties properties)
An action to approve/deny all decisions for a review with certain filters.
Parameters:
recordAllDecisionsAsync
public abstract Mono<Void> recordAllDecisionsAsync(String scope, String scheduleDefinitionId, String id, RecordAllDecisionsProperties properties)
An action to approve/deny all decisions for a review with certain filters.
Parameters:
Returns:
recordAllDecisionsWithResponse
public abstract Response<Void> recordAllDecisionsWithResponse(String scope, String scheduleDefinitionId, String id, RecordAllDecisionsProperties properties, Context context)
An action to approve/deny all decisions for a review with certain filters.
Parameters:
Returns:
recordAllDecisionsWithResponseAsync
public abstract Mono<Response<Void>> recordAllDecisionsWithResponseAsync(String scope, String scheduleDefinitionId, String id, RecordAllDecisionsProperties properties)
An action to approve/deny all decisions for a review with certain filters.
Parameters:
Returns:
resetDecisions
public abstract void resetDecisions(String scope, String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance.
Parameters:
resetDecisionsAsync
public abstract Mono<Void> resetDecisionsAsync(String scope, String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance.
Parameters:
Returns:
resetDecisionsWithResponse
public abstract Response<Void> resetDecisionsWithResponse(String scope, String scheduleDefinitionId, String id, Context context)
An action to reset all decisions for an access review instance.
Parameters:
Returns:
resetDecisionsWithResponseAsync
public abstract Mono<Response<Void>> resetDecisionsWithResponseAsync(String scope, String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance.
Parameters:
Returns:
sendReminders
public abstract void sendReminders(String scope, String scheduleDefinitionId, String id)
An action to send reminders for an access review instance.
Parameters:
sendRemindersAsync
public abstract Mono<Void> sendRemindersAsync(String scope, String scheduleDefinitionId, String id)
An action to send reminders for an access review instance.
Parameters:
Returns:
sendRemindersWithResponse
public abstract Response<Void> sendRemindersWithResponse(String scope, String scheduleDefinitionId, String id, Context context)
An action to send reminders for an access review instance.
Parameters:
Returns:
sendRemindersWithResponseAsync
public abstract Mono<Response<Void>> sendRemindersWithResponseAsync(String scope, String scheduleDefinitionId, String id)
An action to send reminders for an access review instance.
Parameters:
Returns:
stop
public abstract void stop(String scope, String scheduleDefinitionId, String id)
An action to stop an access review instance.
Parameters:
stopAsync
public abstract Mono<Void> stopAsync(String scope, String scheduleDefinitionId, String id)
An action to stop an access review instance.
Parameters:
Returns:
stopWithResponse
public abstract Response<Void> stopWithResponse(String scope, String scheduleDefinitionId, String id, Context context)
An action to stop an access review instance.
Parameters:
Returns:
stopWithResponseAsync
public abstract Mono<Response<Void>> stopWithResponseAsync(String scope, String scheduleDefinitionId, String id)
An action to stop an access review instance.
Parameters:
Returns: