getRevealConfiguration method
Retrieves the status and configuration settings for retrieving occurrences of sensitive data reported by findings.
May throw AccessDeniedException.
May throw InternalServerException.
May throw ThrottlingException.
May throw ValidationException.
Implementation
Future<GetRevealConfigurationResponse> getRevealConfiguration() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/reveal-configuration',
exceptionFnMap: _exceptionFns,
);
return GetRevealConfigurationResponse.fromJson(response);
}