Create a new group.
create_group.Rd
Creates a group in the Databricks workspace with a unique name, using the supplied group details.
Usage
create_group(
client,
display_name = NULL,
entitlements = NULL,
external_id = NULL,
groups = NULL,
id = NULL,
members = NULL,
meta = NULL,
roles = NULL,
schemas = NULL
)
groupsCreate(
client,
display_name = NULL,
entitlements = NULL,
external_id = NULL,
groups = NULL,
id = NULL,
members = NULL,
meta = NULL,
roles = NULL,
schemas = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- 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.
- id
Databricks group ID.
- 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.