ClusterPrincipalAssignment

class ClusterPrincipalAssignment : KotlinCustomResource

Manages a Kusto Cluster Principal Assignment.

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

Properties

Link copied to clipboard
val clusterName: Output<String>

The name of the cluster in which to create the resource. Changing this forces a new resource to be created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the Kusto cluster principal assignment. Changing this forces a new resource to be created.

Link copied to clipboard
val principalId: Output<String>

The object id of the principal. Changing this forces a new resource to be created.

Link copied to clipboard
val principalName: Output<String>

The name of the principal.

Link copied to clipboard
val principalType: Output<String>

The type of the principal. Valid values include App, Group, User. Changing this forces a new resource to be created.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the resource group in which to create the resource. Changing this forces a new resource to be created.

Link copied to clipboard
val role: Output<String>

The cluster role assigned to the principal. Valid values include AllDatabasesAdmin, AllDatabasesViewer, and AllDatabasesMonitor. Changing this forces a new resource to be created.

Link copied to clipboard
val tenantId: Output<String>

The tenant id in which the principal resides. Changing this forces a new resource to be created.

Link copied to clipboard
val tenantName: Output<String>

The name of the tenant.

Link copied to clipboard
val urn: Output<String>