azure-native.synapse.KustoPoolPrincipalAssignment
Explore with Pulumi AI
Class representing a cluster principal assignment.
Uses Azure REST API version 2021-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-01-preview.
Other available API versions: 2021-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native synapse [ApiVersion]
. See the version guide for details.
Create KustoPoolPrincipalAssignment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new KustoPoolPrincipalAssignment(name: string, args: KustoPoolPrincipalAssignmentArgs, opts?: CustomResourceOptions);
@overload
def KustoPoolPrincipalAssignment(resource_name: str,
args: KustoPoolPrincipalAssignmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def KustoPoolPrincipalAssignment(resource_name: str,
opts: Optional[ResourceOptions] = None,
kusto_pool_name: Optional[str] = None,
principal_id: Optional[str] = None,
principal_type: Optional[Union[str, PrincipalType]] = None,
resource_group_name: Optional[str] = None,
role: Optional[Union[str, ClusterPrincipalRole]] = None,
workspace_name: Optional[str] = None,
principal_assignment_name: Optional[str] = None,
tenant_id: Optional[str] = None)
func NewKustoPoolPrincipalAssignment(ctx *Context, name string, args KustoPoolPrincipalAssignmentArgs, opts ...ResourceOption) (*KustoPoolPrincipalAssignment, error)
public KustoPoolPrincipalAssignment(string name, KustoPoolPrincipalAssignmentArgs args, CustomResourceOptions? opts = null)
public KustoPoolPrincipalAssignment(String name, KustoPoolPrincipalAssignmentArgs args)
public KustoPoolPrincipalAssignment(String name, KustoPoolPrincipalAssignmentArgs args, CustomResourceOptions options)
type: azure-native:synapse:KustoPoolPrincipalAssignment
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. KustoPoolPrincipalAssignmentArgs - 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. KustoPoolPrincipalAssignmentArgs - 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. KustoPoolPrincipalAssignmentArgs - 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. KustoPoolPrincipalAssignmentArgs - 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. KustoPoolPrincipalAssignmentArgs - 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 kustoPoolPrincipalAssignmentResource = new AzureNative.Synapse.KustoPoolPrincipalAssignment("kustoPoolPrincipalAssignmentResource", new()
{
KustoPoolName = "string",
PrincipalId = "string",
PrincipalType = "string",
ResourceGroupName = "string",
Role = "string",
WorkspaceName = "string",
PrincipalAssignmentName = "string",
TenantId = "string",
});
example, err := synapse.NewKustoPoolPrincipalAssignment(ctx, "kustoPoolPrincipalAssignmentResource", &synapse.KustoPoolPrincipalAssignmentArgs{
KustoPoolName: pulumi.String("string"),
PrincipalId: pulumi.String("string"),
PrincipalType: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Role: pulumi.String("string"),
WorkspaceName: pulumi.String("string"),
PrincipalAssignmentName: pulumi.String("string"),
TenantId: pulumi.String("string"),
})
var kustoPoolPrincipalAssignmentResource = new KustoPoolPrincipalAssignment("kustoPoolPrincipalAssignmentResource", KustoPoolPrincipalAssignmentArgs.builder()
.kustoPoolName("string")
.principalId("string")
.principalType("string")
.resourceGroupName("string")
.role("string")
.workspaceName("string")
.principalAssignmentName("string")
.tenantId("string")
.build());
kusto_pool_principal_assignment_resource = azure_native.synapse.KustoPoolPrincipalAssignment("kustoPoolPrincipalAssignmentResource",
kusto_pool_name="string",
principal_id="string",
principal_type="string",
resource_group_name="string",
role="string",
workspace_name="string",
principal_assignment_name="string",
tenant_id="string")
const kustoPoolPrincipalAssignmentResource = new azure_native.synapse.KustoPoolPrincipalAssignment("kustoPoolPrincipalAssignmentResource", {
kustoPoolName: "string",
principalId: "string",
principalType: "string",
resourceGroupName: "string",
role: "string",
workspaceName: "string",
principalAssignmentName: "string",
tenantId: "string",
});
type: azure-native:synapse:KustoPoolPrincipalAssignment
properties:
kustoPoolName: string
principalAssignmentName: string
principalId: string
principalType: string
resourceGroupName: string
role: string
tenantId: string
workspaceName: string
KustoPoolPrincipalAssignment 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 KustoPoolPrincipalAssignment resource accepts the following input properties:
- Kusto
Pool Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto pool.
- Principal
Id This property is required. string - The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
- Principal
Type This property is required. string | Pulumi.Azure Native. Synapse. Principal Type - Principal type.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Role
This property is required. string | Pulumi.Azure Native. Synapse. Cluster Principal Role - Cluster principal role.
- Workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- Principal
Assignment Name Changes to this property will trigger replacement.
- The name of the Kusto principalAssignment.
- Tenant
Id string - The tenant id of the principal
- Kusto
Pool Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto pool.
- Principal
Id This property is required. string - The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
- Principal
Type This property is required. string | PrincipalType - Principal type.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Role
This property is required. string | ClusterPrincipal Role - Cluster principal role.
- Workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- Principal
Assignment Name Changes to this property will trigger replacement.
- The name of the Kusto principalAssignment.
- Tenant
Id string - The tenant id of the principal
- kusto
Pool Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto pool.
- principal
Id This property is required. String - The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
- principal
Type This property is required. String | PrincipalType - Principal type.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- role
This property is required. String | ClusterPrincipal Role - Cluster principal role.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- principal
Assignment Name Changes to this property will trigger replacement.
- The name of the Kusto principalAssignment.
- tenant
Id String - The tenant id of the principal
- kusto
Pool Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto pool.
- principal
Id This property is required. string - The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
- principal
Type This property is required. string | PrincipalType - Principal type.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- role
This property is required. string | ClusterPrincipal Role - Cluster principal role.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- principal
Assignment Name Changes to this property will trigger replacement.
- The name of the Kusto principalAssignment.
- tenant
Id string - The tenant id of the principal
- kusto_
pool_ name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto pool.
- principal_
id This property is required. str - The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
- principal_
type This property is required. str | PrincipalType - Principal type.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- role
This property is required. str | ClusterPrincipal Role - Cluster principal role.
- workspace_
name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- principal_
assignment_ name Changes to this property will trigger replacement.
- The name of the Kusto principalAssignment.
- tenant_
id str - The tenant id of the principal
- kusto
Pool Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto pool.
- principal
Id This property is required. String - The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
- principal
Type This property is required. String | "App" | "Group" | "User" - Principal type.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- role
This property is required. String | "AllDatabases Admin" | "All Databases Viewer" - Cluster principal role.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- principal
Assignment Name Changes to this property will trigger replacement.
- The name of the Kusto principalAssignment.
- tenant
Id String - The tenant id of the principal
Outputs
All input properties are implicitly available as output properties. Additionally, the KustoPoolPrincipalAssignment resource produces the following output properties:
- Aad
Object stringId - The service principal object id in AAD (Azure active directory)
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Principal
Name string - The principal name
- Provisioning
State string - The provisioned state of the resource.
- System
Data Pulumi.Azure Native. Synapse. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Tenant
Name string - The tenant name of the principal
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Aad
Object stringId - The service principal object id in AAD (Azure active directory)
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Principal
Name string - The principal name
- Provisioning
State string - The provisioned state of the resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Tenant
Name string - The tenant name of the principal
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- aad
Object StringId - The service principal object id in AAD (Azure active directory)
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- principal
Name String - The principal name
- provisioning
State String - The provisioned state of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tenant
Name String - The tenant name of the principal
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- aad
Object stringId - The service principal object id in AAD (Azure active directory)
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- principal
Name string - The principal name
- provisioning
State string - The provisioned state of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tenant
Name string - The tenant name of the principal
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- aad_
object_ strid - The service principal object id in AAD (Azure active directory)
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- principal_
name str - The principal name
- provisioning_
state str - The provisioned state of the resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tenant_
name str - The tenant name of the principal
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- aad
Object StringId - The service principal object id in AAD (Azure active directory)
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- principal
Name String - The principal name
- provisioning
State String - The provisioned state of the resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tenant
Name String - The tenant name of the principal
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
ClusterPrincipalRole, ClusterPrincipalRoleArgs
- All
Databases Admin - AllDatabasesAdmin
- All
Databases Viewer - AllDatabasesViewer
- Cluster
Principal Role All Databases Admin - AllDatabasesAdmin
- Cluster
Principal Role All Databases Viewer - AllDatabasesViewer
- All
Databases Admin - AllDatabasesAdmin
- All
Databases Viewer - AllDatabasesViewer
- All
Databases Admin - AllDatabasesAdmin
- All
Databases Viewer - AllDatabasesViewer
- ALL_DATABASES_ADMIN
- AllDatabasesAdmin
- ALL_DATABASES_VIEWER
- AllDatabasesViewer
- "All
Databases Admin" - AllDatabasesAdmin
- "All
Databases Viewer" - AllDatabasesViewer
PrincipalType, PrincipalTypeArgs
- App
- App
- Group
- Group
- User
- User
- Principal
Type App - App
- Principal
Type Group - Group
- Principal
Type User - User
- App
- App
- Group
- Group
- User
- User
- App
- App
- Group
- Group
- User
- User
- APP
- App
- GROUP
- Group
- USER
- User
- "App"
- App
- "Group"
- Group
- "User"
- User
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:synapse:KustoPoolPrincipalAssignment synapseWorkspaceName/kustoclusterrptest4/kustoprincipal1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0