Databricks · JSON Structure

Databricks Access Control Request Structure

Type: object Properties: 4
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

AccessControlRequest is a JSON Structure definition published by Databricks, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

user_name group_name service_principal_name permission_level

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccessControlRequest",
  "type": "object",
  "properties": {
    "user_name": {
      "type": "string"
    },
    "group_name": {
      "type": "string"
    },
    "service_principal_name": {
      "type": "string"
    },
    "permission_level": {
      "type": "string"
    }
  }
}