All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.settings.EsmEnablementAccountService Maven / Gradle / Ivy

There is a newer version: 0.35.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.settings;

import com.databricks.sdk.support.Generated;

/**
 * The enhanced security monitoring setting at the account level controls whether to enable the
 * feature on new workspaces. By default, this account-level setting is disabled for new workspaces.
 * After workspace creation, account admins can enable enhanced security monitoring individually for
 * each workspace.
 *
 * 

This is the high-level interface, that contains generated methods. * *

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface EsmEnablementAccountService { /** * Get the enhanced security monitoring setting for new workspaces. * *

Gets the enhanced security monitoring setting for new workspaces. */ EsmEnablementAccountSetting get( GetEsmEnablementAccountSettingRequest getEsmEnablementAccountSettingRequest); /** * Update the enhanced security monitoring setting for new workspaces. * *

Updates the value of the enhanced security monitoring setting for new workspaces. */ EsmEnablementAccountSetting update( UpdateEsmEnablementAccountSettingRequest updateEsmEnablementAccountSettingRequest); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy