Skip to contents

Updates the details of a group by replacing the entire group entity.

Usage

update_group(
  client,
  id,
  display_name = NULL,
  entitlements = NULL,
  external_id = NULL,
  groups = NULL,
  members = NULL,
  meta = NULL,
  roles = NULL,
  schemas = NULL
)

groupsUpdate(
  client,
  id,
  display_name = NULL,
  entitlements = NULL,
  external_id = NULL,
  groups = NULL,
  members = NULL,
  meta = NULL,
  roles = NULL,
  schemas = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

id

Databricks group ID.

display_name

String that represents a human-readable group name.

entitlements

Entitlements assigned to the group.

external_id

This field has no description yet.

groups

This field has no description yet.

members

This field has no description yet.

meta

Container for the group identifier.

roles

Corresponds to AWS instance profile/arn role.

schemas

The schema of the group.