WorkspaceArgs

constructor(azureDevopsRepo: Output<WorkspaceAzureDevopsRepoArgs>? = null, azureadAuthenticationOnly: Output<Boolean>? = null, computeSubnetId: Output<String>? = null, customerManagedKey: Output<WorkspaceCustomerManagedKeyArgs>? = null, dataExfiltrationProtectionEnabled: Output<Boolean>? = null, githubRepo: Output<WorkspaceGithubRepoArgs>? = null, identity: Output<WorkspaceIdentityArgs>? = null, linkingAllowedForAadTenantIds: Output<List<String>>? = null, location: Output<String>? = null, managedResourceGroupName: Output<String>? = null, managedVirtualNetworkEnabled: Output<Boolean>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, purviewId: Output<String>? = null, resourceGroupName: Output<String>? = null, sqlAdministratorLogin: Output<String>? = null, sqlAdministratorLoginPassword: Output<String>? = null, sqlIdentityControlEnabled: Output<Boolean>? = null, storageDataLakeGen2FilesystemId: Output<String>? = null, tags: Output<Map<String, String>>? = null)