All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ApiClient |
getApiClient()
Get the API client.
|
GovernanceConfigResponse |
getGovernanceConfig()
Get the Governance Console configuration.
|
CompletableFuture<GovernanceConfigResponse> |
getGovernanceConfigAsync()
Get the Governance Console configuration.
|
ApiResponse<GovernanceConfigResponse> |
getGovernanceConfigWithHttpInfo()
Retrieve the Governance Console configuration for the organization, including whether the
Console is enabled, whether assignment notifications are enabled, and whether usage attribution
is configured.
|
CompletableFuture<ApiResponse<GovernanceConfigResponse>> |
getGovernanceConfigWithHttpInfoAsync()
Get the Governance Console configuration.
|
GovernanceControlResponse |
getGovernanceControl(String detectionType)
Get a control.
|
CompletableFuture<GovernanceControlResponse> |
getGovernanceControlAsync(String detectionType)
Get a control.
|
ControlNotificationSettingsResponse |
getGovernanceControlNotificationSettings(String detectionType)
Get control notification settings.
|
CompletableFuture<ControlNotificationSettingsResponse> |
getGovernanceControlNotificationSettingsAsync(String detectionType)
Get control notification settings.
|
ApiResponse<ControlNotificationSettingsResponse> |
getGovernanceControlNotificationSettingsWithHttpInfo(String detectionType)
Retrieve the notification settings for the governance control with the given detection type,
including, for each supported event type, whether notifications are enabled and which
destinations receive them.
|
CompletableFuture<ApiResponse<ControlNotificationSettingsResponse>> |
getGovernanceControlNotificationSettingsWithHttpInfoAsync(String detectionType)
Get control notification settings.
|
ApiResponse<GovernanceControlResponse> |
getGovernanceControlWithHttpInfo(String detectionType)
Retrieve a single governance control by its detection type, including the organization's
current detection, notification, and mitigation configuration and detection counts.
|
CompletableFuture<ApiResponse<GovernanceControlResponse>> |
getGovernanceControlWithHttpInfoAsync(String detectionType)
Get a control.
|
GovernanceControlDetectionResponse |
getGovernanceDetection(String detectionId)
Get a detection.
|
CompletableFuture<GovernanceControlDetectionResponse> |
getGovernanceDetectionAsync(String detectionId)
Get a detection.
|
ApiResponse<GovernanceControlDetectionResponse> |
getGovernanceDetectionWithHttpInfo(String detectionId)
Retrieve a single governance detection by its unique identifier.
|
CompletableFuture<ApiResponse<GovernanceControlDetectionResponse>> |
getGovernanceDetectionWithHttpInfoAsync(String detectionId)
Get a detection.
|
GovernanceNotificationSettingsResponse |
getGovernanceNotificationSettings()
Get notification settings.
|
CompletableFuture<GovernanceNotificationSettingsResponse> |
getGovernanceNotificationSettingsAsync()
Get notification settings.
|
ApiResponse<GovernanceNotificationSettingsResponse> |
getGovernanceNotificationSettingsWithHttpInfo()
Retrieve the organization-wide governance notification settings, including whether users are
notified when detections are assigned to them.
|
CompletableFuture<ApiResponse<GovernanceNotificationSettingsResponse>> |
getGovernanceNotificationSettingsWithHttpInfoAsync()
Get notification settings.
|
GovernanceControlDetectionsResponse |
listGovernanceControlDetections(String detectionType)
List control detections.
|
GovernanceControlDetectionsResponse |
listGovernanceControlDetections(String detectionType,
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters parameters)
List control detections.
|
CompletableFuture<GovernanceControlDetectionsResponse> |
listGovernanceControlDetectionsAsync(String detectionType)
List control detections.
|
CompletableFuture<GovernanceControlDetectionsResponse> |
listGovernanceControlDetectionsAsync(String detectionType,
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters parameters)
List control detections.
|
ApiResponse<GovernanceControlDetectionsResponse> |
listGovernanceControlDetectionsWithHttpInfo(String detectionType,
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters parameters)
Retrieve the detections produced by the governance control with the given detection type.
|
CompletableFuture<ApiResponse<GovernanceControlDetectionsResponse>> |
listGovernanceControlDetectionsWithHttpInfoAsync(String detectionType,
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters parameters)
List control detections.
|
GovernanceControlsResponse |
listGovernanceControls()
List controls.
|
CompletableFuture<GovernanceControlsResponse> |
listGovernanceControlsAsync()
List controls.
|
ApiResponse<GovernanceControlsResponse> |
listGovernanceControlsWithHttpInfo()
Retrieve the list of governance controls configured for the organization.
|
CompletableFuture<ApiResponse<GovernanceControlsResponse>> |
listGovernanceControlsWithHttpInfoAsync()
List controls.
|
GovernanceInsightsResponse |
listGovernanceInsights()
List insights.
|
GovernanceInsightsResponse |
listGovernanceInsights(GovernanceConsoleApi.ListGovernanceInsightsOptionalParameters parameters)
List insights.
|
CompletableFuture<GovernanceInsightsResponse> |
listGovernanceInsightsAsync()
List insights.
|
CompletableFuture<GovernanceInsightsResponse> |
listGovernanceInsightsAsync(GovernanceConsoleApi.ListGovernanceInsightsOptionalParameters parameters)
List insights.
|
ApiResponse<GovernanceInsightsResponse> |
listGovernanceInsightsWithHttpInfo(GovernanceConsoleApi.ListGovernanceInsightsOptionalParameters parameters)
Retrieve the list of governance insights available to the organization.
|
CompletableFuture<ApiResponse<GovernanceInsightsResponse>> |
listGovernanceInsightsWithHttpInfoAsync(GovernanceConsoleApi.ListGovernanceInsightsOptionalParameters parameters)
List insights.
|
void |
mitigateGovernanceDetections(GovernanceMitigationRequest body)
Mitigate detections.
|
CompletableFuture<Void> |
mitigateGovernanceDetectionsAsync(GovernanceMitigationRequest body)
Mitigate detections.
|
ApiResponse<Void> |
mitigateGovernanceDetectionsWithHttpInfo(GovernanceMitigationRequest body)
Apply a mitigation to a set of governance detections of a given detection type.
|
CompletableFuture<ApiResponse<Void>> |
mitigateGovernanceDetectionsWithHttpInfoAsync(GovernanceMitigationRequest body)
Mitigate detections.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
GovernanceControlResponse |
updateGovernanceControl(String detectionType,
GovernanceControlUpdateRequest body)
Update a control.
|
CompletableFuture<GovernanceControlResponse> |
updateGovernanceControlAsync(String detectionType,
GovernanceControlUpdateRequest body)
Update a control.
|
ControlNotificationSettingsResponse |
updateGovernanceControlNotificationSettings(String detectionType,
ControlNotificationSettingsUpdateRequest body)
Update control notification settings.
|
CompletableFuture<ControlNotificationSettingsResponse> |
updateGovernanceControlNotificationSettingsAsync(String detectionType,
ControlNotificationSettingsUpdateRequest body)
Update control notification settings.
|
ApiResponse<ControlNotificationSettingsResponse> |
updateGovernanceControlNotificationSettingsWithHttpInfo(String detectionType,
ControlNotificationSettingsUpdateRequest body)
Replace the notification settings for the governance control with the given detection type,
setting, for each supported event type, whether notifications are enabled and which
destinations receive them.
|
CompletableFuture<ApiResponse<ControlNotificationSettingsResponse>> |
updateGovernanceControlNotificationSettingsWithHttpInfoAsync(String detectionType,
ControlNotificationSettingsUpdateRequest body)
Update control notification settings.
|
ApiResponse<GovernanceControlResponse> |
updateGovernanceControlWithHttpInfo(String detectionType,
GovernanceControlUpdateRequest body)
Update the detection, notification, and mitigation configuration of a governance control.
|
CompletableFuture<ApiResponse<GovernanceControlResponse>> |
updateGovernanceControlWithHttpInfoAsync(String detectionType,
GovernanceControlUpdateRequest body)
Update a control.
|
GovernanceControlDetectionResponse |
updateGovernanceDetection(String detectionId,
GovernanceControlDetectionUpdateRequest body)
Update a detection.
|
CompletableFuture<GovernanceControlDetectionResponse> |
updateGovernanceDetectionAsync(String detectionId,
GovernanceControlDetectionUpdateRequest body)
Update a detection.
|
ApiResponse<GovernanceControlDetectionResponse> |
updateGovernanceDetectionWithHttpInfo(String detectionId,
GovernanceControlDetectionUpdateRequest body)
Update a governance detection by its unique identifier.
|
CompletableFuture<ApiResponse<GovernanceControlDetectionResponse>> |
updateGovernanceDetectionWithHttpInfoAsync(String detectionId,
GovernanceControlDetectionUpdateRequest body)
Update a detection.
|
GovernanceNotificationSettingsResponse |
updateGovernanceNotificationSettings(GovernanceNotificationSettingsUpdateRequest body)
Update notification settings.
|
CompletableFuture<GovernanceNotificationSettingsResponse> |
updateGovernanceNotificationSettingsAsync(GovernanceNotificationSettingsUpdateRequest body)
Update notification settings.
|
ApiResponse<GovernanceNotificationSettingsResponse> |
updateGovernanceNotificationSettingsWithHttpInfo(GovernanceNotificationSettingsUpdateRequest body)
Update the organization-wide governance notification settings.
|
CompletableFuture<ApiResponse<GovernanceNotificationSettingsResponse>> |
updateGovernanceNotificationSettingsWithHttpInfoAsync(GovernanceNotificationSettingsUpdateRequest body)
Update notification settings.
|