azure-native.synapse.WorkspaceSqlAadAdmin
Explore with Pulumi AI
Workspace active directory administrator
Uses Azure REST API version 2021-06-01. In version 2.x of the Azure Native provider, it used API version 2021-06-01.
Other available API versions: 2021-04-01-preview, 2021-05-01, 2021-06-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.
Note: SQL AAD Admin is configured automatically during workspace creation and assigned to the current user. One can’t add more admins with this resource unless you manually delete the current SQL AAD Admin.
Create WorkspaceSqlAadAdmin Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkspaceSqlAadAdmin(name: string, args: WorkspaceSqlAadAdminArgs, opts?: CustomResourceOptions);
@overload
def WorkspaceSqlAadAdmin(resource_name: str,
args: WorkspaceSqlAadAdminArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WorkspaceSqlAadAdmin(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
administrator_type: Optional[str] = None,
login: Optional[str] = None,
sid: Optional[str] = None,
tenant_id: Optional[str] = None)
func NewWorkspaceSqlAadAdmin(ctx *Context, name string, args WorkspaceSqlAadAdminArgs, opts ...ResourceOption) (*WorkspaceSqlAadAdmin, error)
public WorkspaceSqlAadAdmin(string name, WorkspaceSqlAadAdminArgs args, CustomResourceOptions? opts = null)
public WorkspaceSqlAadAdmin(String name, WorkspaceSqlAadAdminArgs args)
public WorkspaceSqlAadAdmin(String name, WorkspaceSqlAadAdminArgs args, CustomResourceOptions options)
type: azure-native:synapse:WorkspaceSqlAadAdmin
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. WorkspaceSqlAadAdminArgs - 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. WorkspaceSqlAadAdminArgs - 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. WorkspaceSqlAadAdminArgs - 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. WorkspaceSqlAadAdminArgs - 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. WorkspaceSqlAadAdminArgs - 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 workspaceSqlAadAdminResource = new AzureNative.Synapse.WorkspaceSqlAadAdmin("workspaceSqlAadAdminResource", new()
{
ResourceGroupName = "string",
WorkspaceName = "string",
AdministratorType = "string",
Login = "string",
Sid = "string",
TenantId = "string",
});
example, err := synapse.NewWorkspaceSqlAadAdmin(ctx, "workspaceSqlAadAdminResource", &synapse.WorkspaceSqlAadAdminArgs{
ResourceGroupName: pulumi.String("string"),
WorkspaceName: pulumi.String("string"),
AdministratorType: pulumi.String("string"),
Login: pulumi.String("string"),
Sid: pulumi.String("string"),
TenantId: pulumi.String("string"),
})
var workspaceSqlAadAdminResource = new WorkspaceSqlAadAdmin("workspaceSqlAadAdminResource", WorkspaceSqlAadAdminArgs.builder()
.resourceGroupName("string")
.workspaceName("string")
.administratorType("string")
.login("string")
.sid("string")
.tenantId("string")
.build());
workspace_sql_aad_admin_resource = azure_native.synapse.WorkspaceSqlAadAdmin("workspaceSqlAadAdminResource",
resource_group_name="string",
workspace_name="string",
administrator_type="string",
login="string",
sid="string",
tenant_id="string")
const workspaceSqlAadAdminResource = new azure_native.synapse.WorkspaceSqlAadAdmin("workspaceSqlAadAdminResource", {
resourceGroupName: "string",
workspaceName: "string",
administratorType: "string",
login: "string",
sid: "string",
tenantId: "string",
});
type: azure-native:synapse:WorkspaceSqlAadAdmin
properties:
administratorType: string
login: string
resourceGroupName: string
sid: string
tenantId: string
workspaceName: string
WorkspaceSqlAadAdmin 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 WorkspaceSqlAadAdmin resource accepts the following input properties:
- 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.
- Workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- Administrator
Type Changes to this property will trigger replacement.
- Workspace active directory administrator type
- Login string
- Login of the workspace active directory administrator
- Sid
Changes to this property will trigger replacement.
- Object ID of the workspace active directory administrator
- Tenant
Id Changes to this property will trigger replacement.
- Tenant ID of the workspace active directory administrator
- 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.
- Workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- Administrator
Type Changes to this property will trigger replacement.
- Workspace active directory administrator type
- Login string
- Login of the workspace active directory administrator
- Sid
Changes to this property will trigger replacement.
- Object ID of the workspace active directory administrator
- Tenant
Id Changes to this property will trigger replacement.
- Tenant ID of the workspace active directory administrator
- 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.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- administrator
Type Changes to this property will trigger replacement.
- Workspace active directory administrator type
- login String
- Login of the workspace active directory administrator
- sid
Changes to this property will trigger replacement.
- Object ID of the workspace active directory administrator
- tenant
Id Changes to this property will trigger replacement.
- Tenant ID of the workspace active directory administrator
- 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.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- administrator
Type Changes to this property will trigger replacement.
- Workspace active directory administrator type
- login string
- Login of the workspace active directory administrator
- sid
Changes to this property will trigger replacement.
- Object ID of the workspace active directory administrator
- tenant
Id Changes to this property will trigger replacement.
- Tenant ID of the workspace active directory administrator
- 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.
- workspace_
name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- administrator_
type Changes to this property will trigger replacement.
- Workspace active directory administrator type
- login str
- Login of the workspace active directory administrator
- sid
Changes to this property will trigger replacement.
- Object ID of the workspace active directory administrator
- tenant_
id Changes to this property will trigger replacement.
- Tenant ID of the workspace active directory administrator
- 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.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- The name of the workspace.
- administrator
Type Changes to this property will trigger replacement.
- Workspace active directory administrator type
- login String
- Login of the workspace active directory administrator
- sid
Changes to this property will trigger replacement.
- Object ID of the workspace active directory administrator
- tenant
Id Changes to this property will trigger replacement.
- Tenant ID of the workspace active directory administrator
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkspaceSqlAadAdmin resource produces the following output properties:
- 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
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:synapse:WorkspaceSqlAadAdmin activeDirectory /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlAdministrators/activeDirectory
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0