1. Packages
  2. Azure Classic
  3. API Docs
  4. kusto
  5. ClusterPrincipalAssignment

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

azure.kusto.ClusterPrincipalAssignment

Explore with Pulumi AI

Manages a Kusto Cluster Principal Assignment.

Create ClusterPrincipalAssignment Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ClusterPrincipalAssignment(name: string, args: ClusterPrincipalAssignmentArgs, opts?: CustomResourceOptions);
@overload
def ClusterPrincipalAssignment(resource_name: str,
                               args: ClusterPrincipalAssignmentArgs,
                               opts: Optional[ResourceOptions] = None)

@overload
def ClusterPrincipalAssignment(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               cluster_name: Optional[str] = None,
                               principal_id: Optional[str] = None,
                               principal_type: Optional[str] = None,
                               resource_group_name: Optional[str] = None,
                               role: Optional[str] = None,
                               tenant_id: Optional[str] = None,
                               name: Optional[str] = None)
func NewClusterPrincipalAssignment(ctx *Context, name string, args ClusterPrincipalAssignmentArgs, opts ...ResourceOption) (*ClusterPrincipalAssignment, error)
public ClusterPrincipalAssignment(string name, ClusterPrincipalAssignmentArgs args, CustomResourceOptions? opts = null)
public ClusterPrincipalAssignment(String name, ClusterPrincipalAssignmentArgs args)
public ClusterPrincipalAssignment(String name, ClusterPrincipalAssignmentArgs args, CustomResourceOptions options)
type: azure:kusto:ClusterPrincipalAssignment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ClusterPrincipalAssignmentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ClusterPrincipalAssignmentArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ClusterPrincipalAssignmentArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ClusterPrincipalAssignmentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ClusterPrincipalAssignmentArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var clusterPrincipalAssignmentResource = new Azure.Kusto.ClusterPrincipalAssignment("clusterPrincipalAssignmentResource", new()
{
    ClusterName = "string",
    PrincipalId = "string",
    PrincipalType = "string",
    ResourceGroupName = "string",
    Role = "string",
    TenantId = "string",
    Name = "string",
});
Copy
example, err := kusto.NewClusterPrincipalAssignment(ctx, "clusterPrincipalAssignmentResource", &kusto.ClusterPrincipalAssignmentArgs{
	ClusterName:       pulumi.String("string"),
	PrincipalId:       pulumi.String("string"),
	PrincipalType:     pulumi.String("string"),
	ResourceGroupName: pulumi.String("string"),
	Role:              pulumi.String("string"),
	TenantId:          pulumi.String("string"),
	Name:              pulumi.String("string"),
})
Copy
var clusterPrincipalAssignmentResource = new ClusterPrincipalAssignment("clusterPrincipalAssignmentResource", ClusterPrincipalAssignmentArgs.builder()
    .clusterName("string")
    .principalId("string")
    .principalType("string")
    .resourceGroupName("string")
    .role("string")
    .tenantId("string")
    .name("string")
    .build());
Copy
cluster_principal_assignment_resource = azure.kusto.ClusterPrincipalAssignment("clusterPrincipalAssignmentResource",
    cluster_name="string",
    principal_id="string",
    principal_type="string",
    resource_group_name="string",
    role="string",
    tenant_id="string",
    name="string")
Copy
const clusterPrincipalAssignmentResource = new azure.kusto.ClusterPrincipalAssignment("clusterPrincipalAssignmentResource", {
    clusterName: "string",
    principalId: "string",
    principalType: "string",
    resourceGroupName: "string",
    role: "string",
    tenantId: "string",
    name: "string",
});
Copy
type: azure:kusto:ClusterPrincipalAssignment
properties:
    clusterName: string
    name: string
    principalId: string
    principalType: string
    resourceGroupName: string
    role: string
    tenantId: string
Copy

ClusterPrincipalAssignment Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ClusterPrincipalAssignment resource accepts the following input properties:

ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
PrincipalId
This property is required.
Changes to this property will trigger replacement.
string
The object id of the principal. Changing this forces a new resource to be created.
PrincipalType
This property is required.
Changes to this property will trigger replacement.
string
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
Role
This property is required.
Changes to this property will trigger replacement.
string
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
TenantId
This property is required.
Changes to this property will trigger replacement.
string
The tenant id in which the principal resides. Changing this forces a new resource to be created.
Name Changes to this property will trigger replacement. string
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
PrincipalId
This property is required.
Changes to this property will trigger replacement.
string
The object id of the principal. Changing this forces a new resource to be created.
PrincipalType
This property is required.
Changes to this property will trigger replacement.
string
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
Role
This property is required.
Changes to this property will trigger replacement.
string
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
TenantId
This property is required.
Changes to this property will trigger replacement.
string
The tenant id in which the principal resides. Changing this forces a new resource to be created.
Name Changes to this property will trigger replacement. string
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
principalId
This property is required.
Changes to this property will trigger replacement.
String
The object id of the principal. Changing this forces a new resource to be created.
principalType
This property is required.
Changes to this property will trigger replacement.
String
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
role
This property is required.
Changes to this property will trigger replacement.
String
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
tenantId
This property is required.
Changes to this property will trigger replacement.
String
The tenant id in which the principal resides. Changing this forces a new resource to be created.
name Changes to this property will trigger replacement. String
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
clusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
principalId
This property is required.
Changes to this property will trigger replacement.
string
The object id of the principal. Changing this forces a new resource to be created.
principalType
This property is required.
Changes to this property will trigger replacement.
string
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
role
This property is required.
Changes to this property will trigger replacement.
string
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
tenantId
This property is required.
Changes to this property will trigger replacement.
string
The tenant id in which the principal resides. Changing this forces a new resource to be created.
name Changes to this property will trigger replacement. string
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
cluster_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
principal_id
This property is required.
Changes to this property will trigger replacement.
str
The object id of the principal. Changing this forces a new resource to be created.
principal_type
This property is required.
Changes to this property will trigger replacement.
str
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
role
This property is required.
Changes to this property will trigger replacement.
str
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
tenant_id
This property is required.
Changes to this property will trigger replacement.
str
The tenant id in which the principal resides. Changing this forces a new resource to be created.
name Changes to this property will trigger replacement. str
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
principalId
This property is required.
Changes to this property will trigger replacement.
String
The object id of the principal. Changing this forces a new resource to be created.
principalType
This property is required.
Changes to this property will trigger replacement.
String
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
role
This property is required.
Changes to this property will trigger replacement.
String
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
tenantId
This property is required.
Changes to this property will trigger replacement.
String
The tenant id in which the principal resides. Changing this forces a new resource to be created.
name Changes to this property will trigger replacement. String
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.

Outputs

All input properties are implicitly available as output properties. Additionally, the ClusterPrincipalAssignment resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
PrincipalName string
The name of the principal.
TenantName string
The name of the tenant.
Id string
The provider-assigned unique ID for this managed resource.
PrincipalName string
The name of the principal.
TenantName string
The name of the tenant.
id String
The provider-assigned unique ID for this managed resource.
principalName String
The name of the principal.
tenantName String
The name of the tenant.
id string
The provider-assigned unique ID for this managed resource.
principalName string
The name of the principal.
tenantName string
The name of the tenant.
id str
The provider-assigned unique ID for this managed resource.
principal_name str
The name of the principal.
tenant_name str
The name of the tenant.
id String
The provider-assigned unique ID for this managed resource.
principalName String
The name of the principal.
tenantName String
The name of the tenant.

Look up Existing ClusterPrincipalAssignment Resource

Get an existing ClusterPrincipalAssignment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ClusterPrincipalAssignmentState, opts?: CustomResourceOptions): ClusterPrincipalAssignment
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        cluster_name: Optional[str] = None,
        name: Optional[str] = None,
        principal_id: Optional[str] = None,
        principal_name: Optional[str] = None,
        principal_type: Optional[str] = None,
        resource_group_name: Optional[str] = None,
        role: Optional[str] = None,
        tenant_id: Optional[str] = None,
        tenant_name: Optional[str] = None) -> ClusterPrincipalAssignment
func GetClusterPrincipalAssignment(ctx *Context, name string, id IDInput, state *ClusterPrincipalAssignmentState, opts ...ResourceOption) (*ClusterPrincipalAssignment, error)
public static ClusterPrincipalAssignment Get(string name, Input<string> id, ClusterPrincipalAssignmentState? state, CustomResourceOptions? opts = null)
public static ClusterPrincipalAssignment get(String name, Output<String> id, ClusterPrincipalAssignmentState state, CustomResourceOptions options)
resources:  _:    type: azure:kusto:ClusterPrincipalAssignment    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
ClusterName Changes to this property will trigger replacement. string
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
Name Changes to this property will trigger replacement. string
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
PrincipalId Changes to this property will trigger replacement. string
The object id of the principal. Changing this forces a new resource to be created.
PrincipalName string
The name of the principal.
PrincipalType Changes to this property will trigger replacement. string
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
ResourceGroupName Changes to this property will trigger replacement. string
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
Role Changes to this property will trigger replacement. string
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
TenantId Changes to this property will trigger replacement. string
The tenant id in which the principal resides. Changing this forces a new resource to be created.
TenantName string
The name of the tenant.
ClusterName Changes to this property will trigger replacement. string
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
Name Changes to this property will trigger replacement. string
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
PrincipalId Changes to this property will trigger replacement. string
The object id of the principal. Changing this forces a new resource to be created.
PrincipalName string
The name of the principal.
PrincipalType Changes to this property will trigger replacement. string
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
ResourceGroupName Changes to this property will trigger replacement. string
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
Role Changes to this property will trigger replacement. string
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
TenantId Changes to this property will trigger replacement. string
The tenant id in which the principal resides. Changing this forces a new resource to be created.
TenantName string
The name of the tenant.
clusterName Changes to this property will trigger replacement. String
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
name Changes to this property will trigger replacement. String
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
principalId Changes to this property will trigger replacement. String
The object id of the principal. Changing this forces a new resource to be created.
principalName String
The name of the principal.
principalType Changes to this property will trigger replacement. String
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
resourceGroupName Changes to this property will trigger replacement. String
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
role Changes to this property will trigger replacement. String
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
tenantId Changes to this property will trigger replacement. String
The tenant id in which the principal resides. Changing this forces a new resource to be created.
tenantName String
The name of the tenant.
clusterName Changes to this property will trigger replacement. string
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
name Changes to this property will trigger replacement. string
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
principalId Changes to this property will trigger replacement. string
The object id of the principal. Changing this forces a new resource to be created.
principalName string
The name of the principal.
principalType Changes to this property will trigger replacement. string
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
resourceGroupName Changes to this property will trigger replacement. string
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
role Changes to this property will trigger replacement. string
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
tenantId Changes to this property will trigger replacement. string
The tenant id in which the principal resides. Changing this forces a new resource to be created.
tenantName string
The name of the tenant.
cluster_name Changes to this property will trigger replacement. str
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
name Changes to this property will trigger replacement. str
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
principal_id Changes to this property will trigger replacement. str
The object id of the principal. Changing this forces a new resource to be created.
principal_name str
The name of the principal.
principal_type Changes to this property will trigger replacement. str
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
resource_group_name Changes to this property will trigger replacement. str
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
role Changes to this property will trigger replacement. str
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
tenant_id Changes to this property will trigger replacement. str
The tenant id in which the principal resides. Changing this forces a new resource to be created.
tenant_name str
The name of the tenant.
clusterName Changes to this property will trigger replacement. String
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
name Changes to this property will trigger replacement. String
The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.
principalId Changes to this property will trigger replacement. String
The object id of the principal. Changing this forces a new resource to be created.
principalName String
The name of the principal.
principalType Changes to this property will trigger replacement. String
The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.
resourceGroupName Changes to this property will trigger replacement. String
The name of the resource group in which to create the resource. Changing this forces a new resource to be created.
role Changes to this property will trigger replacement. String
The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.
tenantId Changes to this property will trigger replacement. String
The tenant id in which the principal resides. Changing this forces a new resource to be created.
tenantName String
The name of the tenant.

Import

Data Explorer Cluster Principal Assignments can be imported using the resource id, e.g.

$ pulumi import azure:kusto/clusterPrincipalAssignment:ClusterPrincipalAssignment example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Kusto/clusters/cluster1/principalAssignments/assignment1
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Azure Classic pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.