AccessReviewInstancesAssignedForMyApproval interface
Interface representing a AccessReviewInstancesAssignedForMyApproval.
Methods
| get |
Get single access review instance assigned for my approval. |
| list(string, Access |
Get access review instances assigned for my approval. |
Method Details
getById(string, string, AccessReviewInstancesAssignedForMyApprovalGetByIdOptionalParams)
Get single access review instance assigned for my approval.
function getById(scheduleDefinitionId: string, id: string, options?: AccessReviewInstancesAssignedForMyApprovalGetByIdOptionalParams): Promise<AccessReviewInstance>
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<AccessReviewInstance>
list(string, AccessReviewInstancesAssignedForMyApprovalListOptionalParams)
Get access review instances assigned for my approval.
function list(scheduleDefinitionId: string, options?: AccessReviewInstancesAssignedForMyApprovalListOptionalParams): PagedAsyncIterableIterator<AccessReviewInstance, AccessReviewInstance[], PageSettings>
Parameters
- scheduleDefinitionId
-
string
The id of the access review schedule definition.
The options parameters.