Cluster Principal Assignment Args
data class ClusterPrincipalAssignmentArgs(val clusterName: Output<String>? = null, val name: Output<String>? = null, val principalId: Output<String>? = null, val principalType: Output<String>? = null, val resourceGroupName: Output<String>? = null, val role: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<ClusterPrincipalAssignmentArgs>
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
Content copied to clipboard
Properties
Link copied to clipboard
The name of the cluster in which to create the resource. Changing this forces a new resource to be created.
Link copied to clipboard
The object id of the principal. Changing this forces a new resource to be created.
Link copied to clipboard
The type of the principal. Valid values include App
, Group
, User
. Changing this forces a new resource to be created.
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.