Skip to content

Latest commit

 

History

History
2465 lines (1553 loc) · 102 KB

permissions.csharp.md

File metadata and controls

2465 lines (1553 loc) · 102 KB

permissions Submodule

Constructs

Permissions

Represents a {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions databricks_permissions}.

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

new Permissions(Construct Scope, string Id, PermissionsConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config PermissionsConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
PutAccessControl No description.
ResetAuthorization No description.
ResetClusterId No description.
ResetClusterPolicyId No description.
ResetDashboardId No description.
ResetDirectoryId No description.
ResetDirectoryPath No description.
ResetExperimentId No description.
ResetId No description.
ResetInstancePoolId No description.
ResetJobId No description.
ResetNotebookId No description.
ResetNotebookPath No description.
ResetObjectType No description.
ResetPipelineId No description.
ResetRegisteredModelId No description.
ResetRepoId No description.
ResetRepoPath No description.
ResetServingEndpointId No description.
ResetSqlAlertId No description.
ResetSqlDashboardId No description.
ResetSqlEndpointId No description.
ResetSqlQueryId No description.
ResetWorkspaceFileId No description.
ResetWorkspaceFilePath No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
private void AddMoveTarget(string MoveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
private void MoveFromId(string Id)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


PutAccessControl
private void PutAccessControl(object Value)
ValueRequired
  • Type: object

ResetAuthorization
private void ResetAuthorization()
ResetClusterId
private void ResetClusterId()
ResetClusterPolicyId
private void ResetClusterPolicyId()
ResetDashboardId
private void ResetDashboardId()
ResetDirectoryId
private void ResetDirectoryId()
ResetDirectoryPath
private void ResetDirectoryPath()
ResetExperimentId
private void ResetExperimentId()
ResetId
private void ResetId()
ResetInstancePoolId
private void ResetInstancePoolId()
ResetJobId
private void ResetJobId()
ResetNotebookId
private void ResetNotebookId()
ResetNotebookPath
private void ResetNotebookPath()
ResetObjectType
private void ResetObjectType()
ResetPipelineId
private void ResetPipelineId()
ResetRegisteredModelId
private void ResetRegisteredModelId()
ResetRepoId
private void ResetRepoId()
ResetRepoPath
private void ResetRepoPath()
ResetServingEndpointId
private void ResetServingEndpointId()
ResetSqlAlertId
private void ResetSqlAlertId()
ResetSqlDashboardId
private void ResetSqlDashboardId()
ResetSqlEndpointId
private void ResetSqlEndpointId()
ResetSqlQueryId
private void ResetSqlQueryId()
ResetWorkspaceFileId
private void ResetWorkspaceFileId()
ResetWorkspaceFilePath
private void ResetWorkspaceFilePath()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a Permissions resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Databricks;

Permissions.IsConstruct(object X);

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Databricks;

Permissions.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Databricks;

Permissions.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Databricks;

Permissions.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a Permissions resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the Permissions to import.


ImportFromIdRequired
  • Type: string

The id of the existing Permissions that should be imported.

Refer to the {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the Permissions to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Connection object No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
AccessControl PermissionsAccessControlList No description.
AccessControlInput object No description.
AuthorizationInput string No description.
ClusterIdInput string No description.
ClusterPolicyIdInput string No description.
DashboardIdInput string No description.
DirectoryIdInput string No description.
DirectoryPathInput string No description.
ExperimentIdInput string No description.
IdInput string No description.
InstancePoolIdInput string No description.
JobIdInput string No description.
NotebookIdInput string No description.
NotebookPathInput string No description.
ObjectTypeInput string No description.
PipelineIdInput string No description.
RegisteredModelIdInput string No description.
RepoIdInput string No description.
RepoPathInput string No description.
ServingEndpointIdInput string No description.
SqlAlertIdInput string No description.
SqlDashboardIdInput string No description.
SqlEndpointIdInput string No description.
SqlQueryIdInput string No description.
WorkspaceFileIdInput string No description.
WorkspaceFilePathInput string No description.
Authorization string No description.
ClusterId string No description.
ClusterPolicyId string No description.
DashboardId string No description.
DirectoryId string No description.
DirectoryPath string No description.
ExperimentId string No description.
Id string No description.
InstancePoolId string No description.
JobId string No description.
NotebookId string No description.
NotebookPath string No description.
ObjectType string No description.
PipelineId string No description.
RegisteredModelId string No description.
RepoId string No description.
RepoPath string No description.
ServingEndpointId string No description.
SqlAlertId string No description.
SqlDashboardId string No description.
SqlEndpointId string No description.
SqlQueryId string No description.
WorkspaceFileId string No description.
WorkspaceFilePath string No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

AccessControlRequired
public PermissionsAccessControlList AccessControl { get; }

AccessControlInputOptional
public object AccessControlInput { get; }
  • Type: object

AuthorizationInputOptional
public string AuthorizationInput { get; }
  • Type: string

ClusterIdInputOptional
public string ClusterIdInput { get; }
  • Type: string

ClusterPolicyIdInputOptional
public string ClusterPolicyIdInput { get; }
  • Type: string

DashboardIdInputOptional
public string DashboardIdInput { get; }
  • Type: string

DirectoryIdInputOptional
public string DirectoryIdInput { get; }
  • Type: string

DirectoryPathInputOptional
public string DirectoryPathInput { get; }
  • Type: string

ExperimentIdInputOptional
public string ExperimentIdInput { get; }
  • Type: string

IdInputOptional
public string IdInput { get; }
  • Type: string

InstancePoolIdInputOptional
public string InstancePoolIdInput { get; }
  • Type: string

JobIdInputOptional
public string JobIdInput { get; }
  • Type: string

NotebookIdInputOptional
public string NotebookIdInput { get; }
  • Type: string

NotebookPathInputOptional
public string NotebookPathInput { get; }
  • Type: string

ObjectTypeInputOptional
public string ObjectTypeInput { get; }
  • Type: string

PipelineIdInputOptional
public string PipelineIdInput { get; }
  • Type: string

RegisteredModelIdInputOptional
public string RegisteredModelIdInput { get; }
  • Type: string

RepoIdInputOptional
public string RepoIdInput { get; }
  • Type: string

RepoPathInputOptional
public string RepoPathInput { get; }
  • Type: string

ServingEndpointIdInputOptional
public string ServingEndpointIdInput { get; }
  • Type: string

SqlAlertIdInputOptional
public string SqlAlertIdInput { get; }
  • Type: string

SqlDashboardIdInputOptional
public string SqlDashboardIdInput { get; }
  • Type: string

SqlEndpointIdInputOptional
public string SqlEndpointIdInput { get; }
  • Type: string

SqlQueryIdInputOptional
public string SqlQueryIdInput { get; }
  • Type: string

WorkspaceFileIdInputOptional
public string WorkspaceFileIdInput { get; }
  • Type: string

WorkspaceFilePathInputOptional
public string WorkspaceFilePathInput { get; }
  • Type: string

AuthorizationRequired
public string Authorization { get; }
  • Type: string

ClusterIdRequired
public string ClusterId { get; }
  • Type: string

ClusterPolicyIdRequired
public string ClusterPolicyId { get; }
  • Type: string

DashboardIdRequired
public string DashboardId { get; }
  • Type: string

DirectoryIdRequired
public string DirectoryId { get; }
  • Type: string

DirectoryPathRequired
public string DirectoryPath { get; }
  • Type: string

ExperimentIdRequired
public string ExperimentId { get; }
  • Type: string

IdRequired
public string Id { get; }
  • Type: string

InstancePoolIdRequired
public string InstancePoolId { get; }
  • Type: string

JobIdRequired
public string JobId { get; }
  • Type: string

NotebookIdRequired
public string NotebookId { get; }
  • Type: string

NotebookPathRequired
public string NotebookPath { get; }
  • Type: string

ObjectTypeRequired
public string ObjectType { get; }
  • Type: string

PipelineIdRequired
public string PipelineId { get; }
  • Type: string

RegisteredModelIdRequired
public string RegisteredModelId { get; }
  • Type: string

RepoIdRequired
public string RepoId { get; }
  • Type: string

RepoPathRequired
public string RepoPath { get; }
  • Type: string

ServingEndpointIdRequired
public string ServingEndpointId { get; }
  • Type: string

SqlAlertIdRequired
public string SqlAlertId { get; }
  • Type: string

SqlDashboardIdRequired
public string SqlDashboardId { get; }
  • Type: string

SqlEndpointIdRequired
public string SqlEndpointId { get; }
  • Type: string

SqlQueryIdRequired
public string SqlQueryId { get; }
  • Type: string

WorkspaceFileIdRequired
public string WorkspaceFileId { get; }
  • Type: string

WorkspaceFilePathRequired
public string WorkspaceFilePath { get; }
  • Type: string

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

PermissionsAccessControl

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new PermissionsAccessControl {
    string PermissionLevel,
    string GroupName = null,
    string ServicePrincipalName = null,
    string UserName = null
};

Properties

Name Type Description
PermissionLevel string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#permission_level Permissions#permission_level}.
GroupName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#group_name Permissions#group_name}.
ServicePrincipalName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#service_principal_name Permissions#service_principal_name}.
UserName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#user_name Permissions#user_name}.

PermissionLevelRequired
public string PermissionLevel { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#permission_level Permissions#permission_level}.


GroupNameOptional
public string GroupName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#group_name Permissions#group_name}.


ServicePrincipalNameOptional
public string ServicePrincipalName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#service_principal_name Permissions#service_principal_name}.


UserNameOptional
public string UserName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#user_name Permissions#user_name}.


PermissionsConfig

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new PermissionsConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    object AccessControl,
    string Authorization = null,
    string ClusterId = null,
    string ClusterPolicyId = null,
    string DashboardId = null,
    string DirectoryId = null,
    string DirectoryPath = null,
    string ExperimentId = null,
    string Id = null,
    string InstancePoolId = null,
    string JobId = null,
    string NotebookId = null,
    string NotebookPath = null,
    string ObjectType = null,
    string PipelineId = null,
    string RegisteredModelId = null,
    string RepoId = null,
    string RepoPath = null,
    string ServingEndpointId = null,
    string SqlAlertId = null,
    string SqlDashboardId = null,
    string SqlEndpointId = null,
    string SqlQueryId = null,
    string WorkspaceFileId = null,
    string WorkspaceFilePath = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
AccessControl object access_control block.
Authorization string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#authorization Permissions#authorization}.
ClusterId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#cluster_id Permissions#cluster_id}.
ClusterPolicyId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#cluster_policy_id Permissions#cluster_policy_id}.
DashboardId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#dashboard_id Permissions#dashboard_id}.
DirectoryId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#directory_id Permissions#directory_id}.
DirectoryPath string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#directory_path Permissions#directory_path}.
ExperimentId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#experiment_id Permissions#experiment_id}.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#id Permissions#id}.
InstancePoolId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#instance_pool_id Permissions#instance_pool_id}.
JobId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#job_id Permissions#job_id}.
NotebookId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#notebook_id Permissions#notebook_id}.
NotebookPath string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#notebook_path Permissions#notebook_path}.
ObjectType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#object_type Permissions#object_type}.
PipelineId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#pipeline_id Permissions#pipeline_id}.
RegisteredModelId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#registered_model_id Permissions#registered_model_id}.
RepoId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#repo_id Permissions#repo_id}.
RepoPath string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#repo_path Permissions#repo_path}.
ServingEndpointId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#serving_endpoint_id Permissions#serving_endpoint_id}.
SqlAlertId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#sql_alert_id Permissions#sql_alert_id}.
SqlDashboardId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#sql_dashboard_id Permissions#sql_dashboard_id}.
SqlEndpointId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#sql_endpoint_id Permissions#sql_endpoint_id}.
SqlQueryId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#sql_query_id Permissions#sql_query_id}.
WorkspaceFileId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#workspace_file_id Permissions#workspace_file_id}.
WorkspaceFilePath string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#workspace_file_path Permissions#workspace_file_path}.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

AccessControlRequired
public object AccessControl { get; set; }
  • Type: object

access_control block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#access_control Permissions#access_control}


AuthorizationOptional
public string Authorization { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#authorization Permissions#authorization}.


ClusterIdOptional
public string ClusterId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#cluster_id Permissions#cluster_id}.


ClusterPolicyIdOptional
public string ClusterPolicyId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#cluster_policy_id Permissions#cluster_policy_id}.


DashboardIdOptional
public string DashboardId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#dashboard_id Permissions#dashboard_id}.


DirectoryIdOptional
public string DirectoryId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#directory_id Permissions#directory_id}.


DirectoryPathOptional
public string DirectoryPath { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#directory_path Permissions#directory_path}.


ExperimentIdOptional
public string ExperimentId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#experiment_id Permissions#experiment_id}.


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#id Permissions#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


InstancePoolIdOptional
public string InstancePoolId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#instance_pool_id Permissions#instance_pool_id}.


JobIdOptional
public string JobId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#job_id Permissions#job_id}.


NotebookIdOptional
public string NotebookId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#notebook_id Permissions#notebook_id}.


NotebookPathOptional
public string NotebookPath { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#notebook_path Permissions#notebook_path}.


ObjectTypeOptional
public string ObjectType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#object_type Permissions#object_type}.


PipelineIdOptional
public string PipelineId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#pipeline_id Permissions#pipeline_id}.


RegisteredModelIdOptional
public string RegisteredModelId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#registered_model_id Permissions#registered_model_id}.


RepoIdOptional
public string RepoId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#repo_id Permissions#repo_id}.


RepoPathOptional
public string RepoPath { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#repo_path Permissions#repo_path}.


ServingEndpointIdOptional
public string ServingEndpointId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#serving_endpoint_id Permissions#serving_endpoint_id}.


SqlAlertIdOptional
public string SqlAlertId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#sql_alert_id Permissions#sql_alert_id}.


SqlDashboardIdOptional
public string SqlDashboardId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#sql_dashboard_id Permissions#sql_dashboard_id}.


SqlEndpointIdOptional
public string SqlEndpointId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#sql_endpoint_id Permissions#sql_endpoint_id}.


SqlQueryIdOptional
public string SqlQueryId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#sql_query_id Permissions#sql_query_id}.


WorkspaceFileIdOptional
public string WorkspaceFileId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#workspace_file_id Permissions#workspace_file_id}.


WorkspaceFilePathOptional
public string WorkspaceFilePath { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/resources/permissions#workspace_file_path Permissions#workspace_file_path}.


Classes

PermissionsAccessControlList

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

new PermissionsAccessControlList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
WrapsSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


WrapsSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
AllWithMapKey Creating an iterator for this complex list.
ComputeFqn No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
Get No description.

AllWithMapKey
private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

MapKeyAttributeNameRequired
  • Type: string

ComputeFqn
private string ComputeFqn()
Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

Get
private PermissionsAccessControlOutputReference Get(double Index)
IndexRequired
  • Type: double

the index of the item to return.


Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object

PermissionsAccessControlOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

new PermissionsAccessControlOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
ComplexObjectIndex double the index of this item in the list.
ComplexObjectIsFromSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


ComplexObjectIndexRequired
  • Type: double

the index of this item in the list.


ComplexObjectIsFromSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetGroupName No description.
ResetServicePrincipalName No description.
ResetUserName No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetGroupName
private void ResetGroupName()
ResetServicePrincipalName
private void ResetServicePrincipalName()
ResetUserName
private void ResetUserName()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
GroupNameInput string No description.
PermissionLevelInput string No description.
ServicePrincipalNameInput string No description.
UserNameInput string No description.
GroupName string No description.
PermissionLevel string No description.
ServicePrincipalName string No description.
UserName string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

GroupNameInputOptional
public string GroupNameInput { get; }
  • Type: string

PermissionLevelInputOptional
public string PermissionLevelInput { get; }
  • Type: string

ServicePrincipalNameInputOptional
public string ServicePrincipalNameInput { get; }
  • Type: string

UserNameInputOptional
public string UserNameInput { get; }
  • Type: string

GroupNameRequired
public string GroupName { get; }
  • Type: string

PermissionLevelRequired
public string PermissionLevel { get; }
  • Type: string

ServicePrincipalNameRequired
public string ServicePrincipalName { get; }
  • Type: string

UserNameRequired
public string UserName { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object