public interface AuditClient
Monitor what's happening in your Enterprise Grid organization using Slack's Audit Logs API. The Audit Logs API can be used by security information and event management (SIEM) tools to provide analysis of how your Slack organization is being accessed.
You can also use this API to write your own applications to see how members of your organization are using Slack.
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_URL_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
ActionsResponse |
getActions() |
ActionsResponse |
getActions(ActionsRequest req) |
ActionsResponse |
getActions(RequestConfigurator<ActionsRequest.ActionsRequestBuilder> req) |
LogsResponse |
getLogs(LogsRequest req) |
LogsResponse |
getLogs(RequestConfigurator<LogsRequest.LogsRequestBuilder> req) |
SchemasResponse |
getSchemas() |
SchemasResponse |
getSchemas(RequestConfigurator<SchemasRequest.SchemasRequestBuilder> req) |
SchemasResponse |
getSchemas(SchemasRequest req) |
static final String ENDPOINT_URL_PREFIX
SchemasResponse getSchemas() throws IOException, AuditApiException
IOExceptionAuditApiExceptionSchemasResponse getSchemas(SchemasRequest req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionSchemasResponse getSchemas(RequestConfigurator<SchemasRequest.SchemasRequestBuilder> req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionActionsResponse getActions() throws IOException, AuditApiException
IOExceptionAuditApiExceptionActionsResponse getActions(ActionsRequest req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionActionsResponse getActions(RequestConfigurator<ActionsRequest.ActionsRequestBuilder> req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionLogsResponse getLogs(LogsRequest req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionLogsResponse getLogs(RequestConfigurator<LogsRequest.LogsRequestBuilder> req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionCopyright © 2020. All rights reserved.