ScopeAccessReviewHistoryDefinition interface
Interface representing a ScopeAccessReviewHistoryDefinition.
Methods
| create(string, string, Access |
Create a scheduled or one-time Access Review History Definition |
| delete |
Delete an access review history definition |
Method Details
create(string, string, AccessReviewHistoryDefinitionProperties, ScopeAccessReviewHistoryDefinitionCreateOptionalParams)
Create a scheduled or one-time Access Review History Definition
function create(scope: string, historyDefinitionId: string, properties: AccessReviewHistoryDefinitionProperties, options?: ScopeAccessReviewHistoryDefinitionCreateOptionalParams): Promise<AccessReviewHistoryDefinition>
Parameters
- scope
-
string
The scope of the resource.
- historyDefinitionId
-
string
The id of the access review history definition.
- properties
- AccessReviewHistoryDefinitionProperties
Access review history definition properties.
The options parameters.
Returns
Promise<AccessReviewHistoryDefinition>
deleteById(string, string, ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams)
Delete an access review history definition
function deleteById(scope: string, historyDefinitionId: string, options?: ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams): Promise<void>
Parameters
- scope
-
string
The scope of the resource.
- historyDefinitionId
-
string
The id of the access review history definition.
The options parameters.
Returns
Promise<void>