ScopeAccessReviewHistoryDefinitions interface
Interface representing a ScopeAccessReviewHistoryDefinitions.
Methods
| get |
Get access review history definition by definition Id |
| list(string, Scope |
Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation. |
Method Details
getById(string, string, ScopeAccessReviewHistoryDefinitionsGetByIdOptionalParams)
Get access review history definition by definition Id
function getById(scope: string, historyDefinitionId: string, options?: ScopeAccessReviewHistoryDefinitionsGetByIdOptionalParams): Promise<AccessReviewHistoryDefinition>
Parameters
- scope
-
string
The scope of the resource.
- historyDefinitionId
-
string
The id of the access review history definition.
The options parameters.
Returns
Promise<AccessReviewHistoryDefinition>
list(string, ScopeAccessReviewHistoryDefinitionsListOptionalParams)
Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation.
function list(scope: string, options?: ScopeAccessReviewHistoryDefinitionsListOptionalParams): PagedAsyncIterableIterator<AccessReviewHistoryDefinition, AccessReviewHistoryDefinition[], PageSettings>
Parameters
- scope
-
string
The scope of the resource.
The options parameters.