ScopeAccessReviewInstances interface
Interface representing a ScopeAccessReviewInstances.
Methods
| create(string, string, string, Access |
Update access review instance. |
| get |
Get access review instances |
| list(string, string, Scope |
Get access review instances |
Method Details
create(string, string, string, AccessReviewInstanceProperties, ScopeAccessReviewInstancesCreateOptionalParams)
Update access review instance.
function create(scope: string, scheduleDefinitionId: string, id: string, properties: AccessReviewInstanceProperties, options?: ScopeAccessReviewInstancesCreateOptionalParams): Promise<AccessReviewInstance>
Parameters
- scope
-
string
The scope of the resource.
- scheduleDefinitionId
-
string
The id of the access review schedule definition.
- id
-
string
The id of the access review instance.
- properties
- AccessReviewInstanceProperties
Access review instance properties.
The options parameters.
Returns
Promise<AccessReviewInstance>
getById(string, string, string, ScopeAccessReviewInstancesGetByIdOptionalParams)
Get access review instances
function getById(scope: string, scheduleDefinitionId: string, id: string, options?: ScopeAccessReviewInstancesGetByIdOptionalParams): Promise<AccessReviewInstance>
Parameters
- scope
-
string
The scope of the resource.
- 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, string, ScopeAccessReviewInstancesListOptionalParams)
Get access review instances
function list(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewInstancesListOptionalParams): PagedAsyncIterableIterator<AccessReviewInstance, AccessReviewInstance[], PageSettings>
Parameters
- scope
-
string
The scope of the resource.
- scheduleDefinitionId
-
string
The id of the access review schedule definition.
The options parameters.