Skip to contents

Creates a new service principal in the Databricks workspace.

Usage

create_service_principal(
  client,
  active = NULL,
  application_id = NULL,
  display_name = NULL,
  entitlements = NULL,
  external_id = NULL,
  groups = NULL,
  id = NULL,
  roles = NULL,
  schemas = NULL
)

servicePrincipalsCreate(
  client,
  active = NULL,
  application_id = NULL,
  display_name = NULL,
  entitlements = NULL,
  external_id = NULL,
  groups = NULL,
  id = NULL,
  roles = NULL,
  schemas = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

active

If this user is active.

application_id

UUID relating to the service principal.

display_name

String that represents a concatenation of given and family names.

entitlements

Entitlements assigned to the service principal.

external_id

This field has no description yet.

groups

This field has no description yet.

id

Databricks service principal ID.

roles

Corresponds to AWS instance profile/arn role.

schemas

The schema of the List response.