ScopeAccessReviewHistoryDefinitionInstancesClient Interface
public interface ScopeAccessReviewHistoryDefinitionInstancesClient
An instance of this class provides access to all the operations defined in ScopeAccessReviewHistoryDefinitionInstancesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Access |
generateDownloadUri(String scope, String historyDefinitionId, String instanceId)
Generates a uri which can be used to retrieve review history data. |
|
abstract
Mono<Access |
generateDownloadUriAsync(String scope, String historyDefinitionId, String instanceId)
Generates a uri which can be used to retrieve review history data. |
|
abstract
Response<Access |
generateDownloadUriWithResponse(String scope, String historyDefinitionId, String instanceId, Context context)
Generates a uri which can be used to retrieve review history data. |
|
abstract
Mono<Response<Access |
generateDownloadUriWithResponseAsync(String scope, String historyDefinitionId, String instanceId)
Generates a uri which can be used to retrieve review history data. |
Method Details
generateDownloadUri
public abstract AccessReviewHistoryInstanceInner generateDownloadUri(String scope, String historyDefinitionId, String instanceId)
Generates a uri which can be used to retrieve review history data. This URI has a TTL of 1 day and can be retrieved by fetching the accessReviewHistoryDefinition object.
Parameters:
Returns:
generateDownloadUriAsync
public abstract Mono<AccessReviewHistoryInstanceInner> generateDownloadUriAsync(String scope, String historyDefinitionId, String instanceId)
Generates a uri which can be used to retrieve review history data. This URI has a TTL of 1 day and can be retrieved by fetching the accessReviewHistoryDefinition object.
Parameters:
Returns:
generateDownloadUriWithResponse
public abstract Response<AccessReviewHistoryInstanceInner> generateDownloadUriWithResponse(String scope, String historyDefinitionId, String instanceId, Context context)
Generates a uri which can be used to retrieve review history data. This URI has a TTL of 1 day and can be retrieved by fetching the accessReviewHistoryDefinition object.
Parameters:
Returns:
generateDownloadUriWithResponseAsync
public abstract Mono<Response<AccessReviewHistoryInstanceInner>> generateDownloadUriWithResponseAsync(String scope, String historyDefinitionId, String instanceId)
Generates a uri which can be used to retrieve review history data. This URI has a TTL of 1 day and can be retrieved by fetching the accessReviewHistoryDefinition object.
Parameters:
Returns: