Skip to contents

Updates the details of a single service principal.

Usage

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

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

Arguments

client

Required. Instance of DatabricksClient()

id

Databricks service principal ID.

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.

roles

Corresponds to AWS instance profile/arn role.

schemas

The schema of the List response.

Details

This action replaces the existing service principal with the same name.