Group
laktory.models.resources.databricks.Group
¤
Bases: BaseModel
, PulumiResource
, TerraformResource
Databricks group
ATTRIBUTE | DESCRIPTION |
---|---|
acl_principal_id |
Identifier for use in databricks_access_control_rule_set, e.g.
TYPE:
|
allow_cluster_create |
This is a field to allow the group to have cluster create privileges. More
fine grained permissions could be assigned with databricks.Permissions and
cluster_id argument. Everyone without
TYPE:
|
allow_instance_pool_create |
This is a field to allow the group to have instance pool create privileges. More fine grained permissions could be assigned with databricks.Permissions and instance_pool_id argument.
TYPE:
|
databricks_sql_access |
This is a field to allow the group to have access to Databricks SQL feature in User Interface and through databricks_sql_endpoint.
TYPE:
|
display_name |
Display name for the group.
TYPE:
|
external_id |
ID of the group in an external identity provider.
TYPE:
|
force |
Ignore
TYPE:
|
lookup_existing |
Specifications for looking up existing resource. Other attributes will be ignored.
TYPE:
|
member_ids |
A list of all member ids of the group. Can be users, groups or service principals |
workspace_access |
When
TYPE:
|
Examples:
from laktory import models
d = models.resources.databricks.Group(display_name="role-engineers")
--
laktory.models.resources.databricks.group.GroupLookup
¤
Bases: ResourceLookup
ATTRIBUTE | DESCRIPTION |
---|---|
id |
Id of the group. Only supported when using Pulumi backend.
TYPE:
|
display_name |
Display name of the group. Only support when using Terraform backend
TYPE:
|