BiExcellence.OpenBi.Api.Organisation 0.0.45-ci.14033

This is a prerelease version of BiExcellence.OpenBi.Api.Organisation.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BiExcellence.OpenBi.Api.Organisation --version 0.0.45-ci.14033
NuGet\Install-Package BiExcellence.OpenBi.Api.Organisation -Version 0.0.45-ci.14033
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BiExcellence.OpenBi.Api.Organisation" Version="0.0.45-ci.14033" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BiExcellence.OpenBi.Api.Organisation --version 0.0.45-ci.14033
#r "nuget: BiExcellence.OpenBi.Api.Organisation, 0.0.45-ci.14033"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BiExcellence.OpenBi.Api.Organisation as a Cake Addin
#addin nuget:?package=BiExcellence.OpenBi.Api.Organisation&version=0.0.45-ci.14033&prerelease

// Install BiExcellence.OpenBi.Api.Organisation as a Cake Tool
#tool nuget:?package=BiExcellence.OpenBi.Api.Organisation&version=0.0.45-ci.14033&prerelease

BiExcellence.OpenBi.Api.Organisation

Includes APIs to get / create / delete and assign organisations in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Organisations;
var organisations = await session.GetOrganisations().SendAsync(cancellationToken);
var organisation = await session.GetOrganisationByIdAsync(id, cancellationToken);
var userOrganisations = await session.GetOrganisationsByUserAsync(username, cancellationToken);
var usergroupOrganisations = await session.GetOrganisationsByUsergroupAsync(usergroupId, cancellationToken);
var roleOrganisations = await session.GetOrganisationsByRoleAsync(roleId, cancellationToken);

var newOrganisation = new Organisation { IsActive = true, Name = "New Name" };

await session.CreateOrganisationAsync(newOrganisation, cancellationToken);

await session.AssignOrganisationToUsergroupAsync(newOrganisation.Id, usergroupId, cancellationToken);
await session.RemoveOrganisationFromUsergroupAsync(newOrganisation.Id, usergroupId, cancellationToken);

await session.AssignOrganisationToRoleAsync(newOrganisation.Id, roleId, cancellationToken);
await session.RemoveOrganisationFromRoleAsync(newOrganisation.Id, roleId, cancellationToken);

await session.DeleteOrganisationAsync(newOrganisation, cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.45-ci.14124 48 4/25/2024
0.0.45-ci.14033 56 4/13/2024
0.0.45-ci.13804 61 3/20/2024
0.0.45-ci.13743 54 3/14/2024
0.0.45-ci.13689 60 3/7/2024
0.0.45-ci.13688 39 3/7/2024
0.0.45-ci.13687 47 3/7/2024
0.0.45-ci.13685 40 3/7/2024
0.0.45-ci.13684 45 3/7/2024
0.0.44-ci-13527 70 2/11/2024
0.0.44-ci-13362 84 1/13/2024
0.0.44-ci-13101 141 12/15/2023
0.0.44-ci-12837 108 11/17/2023
0.0.44-ci-12746 70 11/4/2023
0.0.44-ci-12516 125 10/2/2023
0.0.44-ci-12514 68 10/2/2023
0.0.44-ci-12371 73 9/15/2023
0.0.44-ci-12095 88 8/12/2023
0.0.44-ci-12078 78 8/10/2023
0.0.44-ci-11834 100 7/19/2023
0.0.44-ci-11274 77 4/24/2023
0.0.44-ci-10785 103 3/1/2023
0.0.44-ci-10361 140 1/6/2023
0.0.44-ci-10144 247 11/20/2022
0.0.44-ci.13683 45 3/7/2024
0.0.44-ci.13679 41 3/5/2024
0.0.43-ci-10037 99 11/1/2022
0.0.42-ci-9858 122 9/26/2022
0.0.42-ci-9833 123 9/21/2022
0.0.42-ci-9799 116 8/31/2022
0.0.42-ci-9793 156 8/26/2022
0.0.42-ci-9770 124 8/20/2022
0.0.42-ci-9766 117 8/18/2022
0.0.42-ci-9763 131 8/17/2022
0.0.42-ci-9757 123 8/16/2022
0.0.42-ci-9755 121 8/16/2022
0.0.42-ci-9750 131 8/13/2022
0.0.42-ci-9749 120 8/13/2022
0.0.42-ci-9745 146 8/11/2022
0.0.42-ci-10034 94 11/1/2022
0.0.41-ci-9718 150 8/6/2022
0.0.41-ci-9715 126 8/6/2022
0.0.41-ci-9714 125 8/6/2022
0.0.40-ci-9639 132 7/23/2022
0.0.40-ci-9635 139 7/22/2022
0.0.40-ci-9613 147 7/17/2022
0.0.40-ci-9560 157 7/10/2022
0.0.30-ci-9543 135 7/4/2022
0.0.30-ci-9502 143 6/23/2022
0.0.29-ci-9501 123 6/23/2022
0.0.29-ci-9471 137 6/14/2022
0.0.28-ci-9409 129 5/25/2022
0.0.28-ci-9063 349 2/6/2022
0.0.28-ci-9062 136 2/6/2022
0.0.28-ci-8937 165 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 164 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 142 12/25/2021
0.0.27-ci-cc5208f2acb657039... 230 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 182 10/21/2021
0.0.27-ci-8629 172 8/29/2021
0.0.27-ci-8602 211 8/10/2021
0.0.27-ci-8598 166 8/9/2021
0.0.27-ci-8594 161 8/9/2021
0.0.27-ci-8574 185 8/2/2021
0.0.27-ci-8573 193 7/30/2021
0.0.27-ci-8568 191 7/29/2021
0.0.27-ci-8567 196 7/28/2021
0.0.27-ci-8566 186 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 191 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 200 10/16/2021
0.0.26-ci-8544 205 7/16/2021
0.0.26-ci-8529 183 7/8/2021
0.0.26-ci-8527 185 7/8/2021
0.0.26-ci-8513 189 6/25/2021
0.0.25-ci-8510 179 6/25/2021
0.0.25-ci-8499 186 6/24/2021
0.0.25-ci-8492 234 6/22/2021
0.0.24-ci-8477 176 6/15/2021
0.0.24-ci-8468 181 6/14/2021
0.0.24-ci-8467 188 6/14/2021
0.0.24-ci-8431 176 6/1/2021
0.0.24-ci-8422 177 5/27/2021
0.0.24-ci-8415 199 5/21/2021
0.0.24-ci-8414 208 5/21/2021
0.0.24-ci-8291 198 4/2/2021
0.0.24-ci-8256 222 3/19/2021
0.0.23-ci-8207 192 3/3/2021
0.0.22-ci-8196 176 2/26/2021
0.0.22-ci-8188 176 2/25/2021
0.0.22-ci-8187 181 2/25/2021
0.0.22-ci-8166 185 2/22/2021
0.0.22-ci-8120 174 2/12/2021
0.0.22-ci-8116 176 2/12/2021
0.0.22-ci-8075 175 1/29/2021
0.0.22-ci-8006 210 1/16/2021
0.0.22-ci-7989 197 1/12/2021
0.0.22-ci-7986 221 1/12/2021
0.0.22-ci-7983 246 1/11/2021
0.0.22-ci-7982 252 1/11/2021
0.0.22-ci-7981 186 1/11/2021
0.0.22-ci-7974 226 1/5/2021
0.0.22-ci-7957 219 12/29/2020
0.0.22-ci-7956 194 12/29/2020
0.0.21-ci-7949 266 12/17/2020
0.0.20-ci-7944 230 12/16/2020
0.0.20-ci-7920 213 11/26/2020
0.0.20-ci-7829 282 11/2/2020
0.0.20-ci-7668 288 9/24/2020
0.0.20-ci-7561 291 8/26/2020
0.0.20-ci-7551 284 8/24/2020
0.0.20-ci-7545 275 8/24/2020
0.0.20-ci-7530 279 8/17/2020
0.0.20-ci-7513 303 8/13/2020
0.0.20-ci-7506 296 8/12/2020
0.0.20-ci-7478 323 8/6/2020
0.0.20-ci-7398 296 7/27/2020
0.0.20-ci-7390 286 7/24/2020
0.0.19-ci-7387 270 7/23/2020
0.0.19-ci-7376 289 7/21/2020
0.0.19-ci-7367 285 7/19/2020
0.0.19-ci-7342 398 7/11/2020
0.0.18-ci-7328 307 7/9/2020
0.0.18-ci-7282 297 7/3/2020
0.0.18-ci-7281 295 7/3/2020
0.0.18-ci-7278 278 7/2/2020
0.0.18-ci-7275 304 7/1/2020
0.0.18-ci-7272 286 7/1/2020
0.0.18-ci-7271 312 7/1/2020
0.0.18-ci-7270 295 7/1/2020
0.0.18-ci-7240 353 6/24/2020
0.0.18-ci-7230 305 6/24/2020
0.0.18-ci-7229 335 6/24/2020
0.0.18-ci-7228 342 6/24/2020
0.0.18-ci-7226 298 6/23/2020
0.0.18-ci-7213 322 6/22/2020
0.0.18-ci-7207 349 6/22/2020
0.0.18-ci-7191 312 6/19/2020
0.0.18-ci-7187 306 6/19/2020
0.0.17-ci-7163 298 6/15/2020
0.0.17-ci-7156 337 6/15/2020
0.0.17-ci-7150 326 6/14/2020
0.0.17-ci-7144 304 6/11/2020
0.0.17-ci-7142 287 6/10/2020
0.0.17-ci-7140 303 6/10/2020
0.0.17-ci-7133 340 6/10/2020
0.0.17-ci-7132 283 6/10/2020
0.0.17-ci-7131 308 6/9/2020
0.0.17-ci-7128 317 6/9/2020
0.0.16-ci-7125 295 6/6/2020
0.0.16-ci-7106 318 6/2/2020
0.0.16-ci-7105 340 6/2/2020
0.0.16-ci-7103 313 5/31/2020
0.0.16-ci-7101 309 5/31/2020
0.0.16-ci-7100 335 5/31/2020
0.0.16-ci-7099 329 5/30/2020
0.0.16-ci-7098 329 5/30/2020
0.0.15-ci-7082 305 5/28/2020
0.0.15-ci-7081 308 5/28/2020
0.0.15-ci-7079 331 5/28/2020
0.0.15-ci-7075 299 5/28/2020
0.0.15-ci-7074 313 5/28/2020
0.0.14-ci-6927 330 4/18/2020
0.0.14-ci-6891 373 4/7/2020
0.0.13-ci-6888 374 4/7/2020
0.0.13-ci-6887 341 4/7/2020
0.0.13-ci-6736 350 2/26/2020
0.0.13-ci-6716 338 2/24/2020
0.0.13-ci-6693 342 2/18/2020
0.0.13-ci-6609 359 1/28/2020
0.0.13-ci-6608 362 1/28/2020
0.0.13-ci-6599 330 1/24/2020
0.0.13-ci-6597 371 1/23/2020
0.0.13-ci-6595 337 1/22/2020
0.0.13-ci-6587 387 1/17/2020
0.0.13-ci-6585 363 1/17/2020
0.0.12-ci-6582 350 1/16/2020
0.0.12-ci-6575 366 1/15/2020
0.0.12-ci-6561 360 1/13/2020
0.0.12-ci-6534 352 12/9/2019
0.0.12-ci-6506 345 11/14/2019
0.0.12-ci-6505 338 11/13/2019
0.0.12-ci-6502 348 11/12/2019
0.0.12-ci-6487 367 11/8/2019
0.0.12-ci-6481 364 11/8/2019
0.0.12-ci-6469 363 11/5/2019
0.0.12-ci-6468 363 11/5/2019
0.0.12-ci-6428 395 10/14/2019
0.0.12-ci-6384 417 9/19/2019
0.0.12-ci-6338 377 9/3/2019
0.0.12-ci-6293 402 8/22/2019
0.0.12-ci-6257 383 8/8/2019
0.0.12-ci-6215 402 7/29/2019
0.0.12-ci-6208 384 7/26/2019
0.0.12-ci-6204 383 7/26/2019
0.0.12-ci-6200 380 7/25/2019
0.0.12-ci-6188 389 7/24/2019
0.0.12-ci-6187 367 7/24/2019
0.0.11-ci-6185 381 7/24/2019
0.0.11-ci-6146 399 7/16/2019
0.0.11-ci-6131 404 7/15/2019
0.0.11-ci-6099 413 7/11/2019
0.0.11-ci-6094 431 7/10/2019
0.0.11-ci-6086 416 7/9/2019
0.0.11-ci-6071 392 7/5/2019
0.0.11-ci-6070 383 7/5/2019
0.0.11-ci-6068 384 7/5/2019
0.0.11-ci-6067 378 7/5/2019
0.0.11-ci-6062 395 7/4/2019
0.0.11-ci-6054 398 7/2/2019
0.0.11-ci-6053 384 7/2/2019
0.0.11-ci-6049 417 7/1/2019
0.0.11-ci-6045 409 6/28/2019
0.0.11-ci-6038 394 6/28/2019
0.0.11-ci-6020 420 6/14/2019
0.0.11-ci-6013 424 6/13/2019
0.0.11-ci-6011 407 6/13/2019
0.0.11-ci-6003 420 6/11/2019
0.0.11-ci-5999 425 6/5/2019
0.0.11-ci-5995 452 6/4/2019
0.0.11-ci-5992 424 6/4/2019
0.0.11-ci-5990 418 6/4/2019
0.0.11-ci-5985 422 5/31/2019
0.0.11-ci-5973 427 5/28/2019
0.0.11-ci-5972 428 5/28/2019
0.0.11-ci-5967 404 5/24/2019
0.0.11-ci-5964 422 5/23/2019
0.0.11-ci-5900 458 4/25/2019
0.0.11-ci-5821 436 4/4/2019
0.0.11-ci-5797 427 4/2/2019
0.0.11-ci-5737 427 3/22/2019
0.0.11-ci-5608 426 3/1/2019
0.0.11-ci-5595 434 2/27/2019
0.0.11-ci-5584 446 2/25/2019
0.0.11-ci-5583 428 2/25/2019
0.0.11-ci-5558 456 2/21/2019
0.0.11-ci-5549 491 2/20/2019
0.0.11-ci-5542 508 2/19/2019
0.0.11-ci-5541 490 2/19/2019
0.0.11-ci-5530 509 2/18/2019
0.0.11-ci-5523 504 2/18/2019
0.0.11-ci-5522 497 2/18/2019
0.0.11-ci-5411 487 2/1/2019
0.0.11-ci-5384 503 1/29/2019
0.0.11-ci-5373 516 1/28/2019
0.0.11-ci-5352 486 1/22/2019
0.0.11-ci-5331 558 1/16/2019
0.0.11-ci-5329 550 1/15/2019
0.0.11-ci-5276 501 12/20/2018
0.0.11-ci-5275 548 12/20/2018
0.0.11-ci-5272 517 12/18/2018
0.0.11-ci-5261 517 12/15/2018
0.0.11-ci-5260 509 12/15/2018
0.0.11-ci-5249 528 12/14/2018
0.0.11-ci-5248 525 12/14/2018
0.0.11-ci-5245 540 12/13/2018
0.0.10-ci-5242 537 12/13/2018
0.0.10-ci-5241 529 12/13/2018
0.0.10-ci-5219 563 12/6/2018
0.0.10-ci-5133 554 11/26/2018
0.0.10-ci-5094 530 11/21/2018
0.0.10-ci-5092 550 11/21/2018
0.0.10-ci-5088 546 11/21/2018
0.0.10-ci-5040 555 11/13/2018
0.0.10-ci-4979 540 10/30/2018
0.0.10-ci-4837 627 9/20/2018
0.0.10-ci-4810 608 9/12/2018
0.0.10-ci-4774 612 9/5/2018
0.0.10-ci-4771 668 9/5/2018
0.0.10-ci-4756 620 8/31/2018
0.0.10-ci-4735 614 8/30/2018
0.0.10-ci-4710 613 8/27/2018
0.0.10-ci-4690 641 8/24/2018
0.0.10-ci-4687 653 8/23/2018
0.0.10-ci-4662 665 8/20/2018
0.0.10-ci-4556 645 8/1/2018
0.0.10-ci-4554 665 8/1/2018
0.0.10-ci-4553 667 8/1/2018
0.0.10-ci-4549 645 7/31/2018
0.0.10-ci-4547 637 7/31/2018
0.0.10-ci-4543 648 7/31/2018
0.0.10-ci-4541 644 7/31/2018
0.0.10-ci-4540 641 7/31/2018
0.0.10-ci-4533 662 7/30/2018
0.0.10-ci-4522 661 7/26/2018
0.0.10-ci-4505 649 7/24/2018
0.0.10-ci-4417 749 7/7/2018
0.0.10-ci-4416 677 7/7/2018
0.0.10-ci-4362 745 6/28/2018
0.0.10-ci-4327 758 6/20/2018
0.0.10-ci-4294 652 6/13/2018
0.0.10-ci-4282 731 6/12/2018
0.0.10-ci-4262 769 6/7/2018
0.0.10-ci-4217 778 5/29/2018
0.0.10-ci-4151 774 5/11/2018
0.0.10-ci-4141 792 5/9/2018
0.0.10-ci-4027 753 4/6/2018
0.0.10-ci-4023 678 4/5/2018
0.0.10-ci-4022 766 4/5/2018
0.0.10-ci-4013 771 4/4/2018
0.0.10-ci-3976 697 3/25/2018
0.0.10-ci-3973 913 3/23/2018
0.0.10-ci-3970 930 3/23/2018
0.0.9-ci-3951 785 3/21/2018
0.0.9-ci-3949 773 3/21/2018
0.0.9-ci-3947 815 3/21/2018
0.0.9-ci-3946 758 3/21/2018
0.0.9-ci-3927 776 3/19/2018
0.0.9-ci-3910 753 3/16/2018
0.0.9-ci-3909 721 3/15/2018
0.0.9-ci-3908 849 3/15/2018
0.0.9-ci-3907 861 3/15/2018
0.0.9-ci-3889 785 3/13/2018
0.0.9-ci-3831 807 3/4/2018
0.0.9-ci-3829 777 3/4/2018
0.0.8-ci-3772 785 2/23/2018
0.0.8-ci-3583 715 1/19/2018
0.0.8-ci-3549 815 1/8/2018
0.0.8-ci-3526 781 12/28/2017
0.0.7-ci-3490 838 12/14/2017
0.0.6-ci-3176 708 10/18/2017
0.0.6-ci-3066 699 9/24/2017
0.0.6-ci-3065 715 9/24/2017
0.0.5-ci-2938 725 9/3/2017
0.0.5-ci-2937 704 9/3/2017
0.0.4-ci-2927 710 9/2/2017
0.0.4-ci-2915 711 9/2/2017
0.0.4-ci-2914 719 9/1/2017
0.0.4-ci-2913 731 9/1/2017
0.0.4-ci-2798 744 8/19/2017
0.0.4-ci-2797 736 8/19/2017
0.0.4-ci-2758 745 8/16/2017
0.0.2-ci-2686 721 8/9/2017
0.0.2-ci-2685 734 8/9/2017
0.0.2-ci-2682 737 8/9/2017
0.0.2-ci-2681 713 8/9/2017
0.0.2-ci-2675 747 8/8/2017
0.0.2-ci-2672 753 8/8/2017

feat(OpenBiBatchJob): add support for time zone id