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

com.databricks.sdk.service.settings.ComplianceSecurityProfileService 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;

/**
 * Controls whether to enable the compliance security profile for the current workspace. Enabling it
 * on a workspace is permanent. By default, it is turned off.
 *
 * 

This settings can NOT be disabled once it is enabled. * *

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

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface ComplianceSecurityProfileService { /** * Get the compliance security profile setting. * *

Gets the compliance security profile setting. */ ComplianceSecurityProfileSetting get( GetComplianceSecurityProfileSettingRequest getComplianceSecurityProfileSettingRequest); /** * Update the compliance security profile setting. * *

Updates the compliance security profile setting for the workspace. A fresh etag needs to be * provided in `PATCH` requests (as part of the setting field). The etag can be retrieved by * making a `GET` request before the `PATCH` request. If the setting is updated concurrently, * `PATCH` fails with 409 and the request must be retried by using the fresh etag in the 409 * response. */ ComplianceSecurityProfileSetting update( UpdateComplianceSecurityProfileSettingRequest updateComplianceSecurityProfileSettingRequest); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy