AccessReviewInstanceOperations interface
Interface representing a AccessReviewInstanceOperations.
Methods
| accept |
An action to accept recommendations for decision in an access review instance. |
| apply |
An action to apply all decisions for an access review instance. |
| reset |
An action to reset all decisions for an access review instance. |
| send |
An action to send reminders for an access review instance. |
| stop(string, string, Access |
An action to stop an access review instance. |
Method Details
acceptRecommendations(string, string, AccessReviewInstanceAcceptRecommendationsOptionalParams)
An action to accept recommendations for decision in an access review instance.
function acceptRecommendations(scheduleDefinitionId: string, id: string, options?: AccessReviewInstanceAcceptRecommendationsOptionalParams): Promise<void>
Parameters
- scheduleDefinitionId
-
string
The id of the access review schedule definition.
- id
-
string
The id of the access review instance.
The options parameters.
Returns
Promise<void>
applyDecisions(string, string, AccessReviewInstanceApplyDecisionsOptionalParams)
An action to apply all decisions for an access review instance.
function applyDecisions(scheduleDefinitionId: string, id: string, options?: AccessReviewInstanceApplyDecisionsOptionalParams): Promise<void>
Parameters
- scheduleDefinitionId
-
string
The id of the access review schedule definition.
- id
-
string
The id of the access review instance.
The options parameters.
Returns
Promise<void>
resetDecisions(string, string, AccessReviewInstanceResetDecisionsOptionalParams)
An action to reset all decisions for an access review instance.
function resetDecisions(scheduleDefinitionId: string, id: string, options?: AccessReviewInstanceResetDecisionsOptionalParams): Promise<void>
Parameters
- scheduleDefinitionId
-
string
The id of the access review schedule definition.
- id
-
string
The id of the access review instance.
The options parameters.
Returns
Promise<void>
sendReminders(string, string, AccessReviewInstanceSendRemindersOptionalParams)
An action to send reminders for an access review instance.
function sendReminders(scheduleDefinitionId: string, id: string, options?: AccessReviewInstanceSendRemindersOptionalParams): Promise<void>
Parameters
- scheduleDefinitionId
-
string
The id of the access review schedule definition.
- id
-
string
The id of the access review instance.
The options parameters.
Returns
Promise<void>
stop(string, string, AccessReviewInstanceStopOptionalParams)
An action to stop an access review instance.
function stop(scheduleDefinitionId: string, id: string, options?: AccessReviewInstanceStopOptionalParams): Promise<void>
Parameters
- scheduleDefinitionId
-
string
The id of the access review schedule definition.
- id
-
string
The id of the access review instance.
The options parameters.
Returns
Promise<void>