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

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

/**
 * ON: Grants all users in all workspaces access to the Personal Compute default policy, allowing
 * all users to create single-machine compute resources. DELEGATE: Moves access control for the
 * Personal Compute default policy to individual workspaces and requires a workspace’s users or
 * groups to be added to the ACLs of that workspace’s Personal Compute default policy before they
 * will be able to create compute resources through that policy.
 */
@Generated
public enum PersonalComputeMessageEnum {
  DELEGATE,
  ON,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy