We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Functienaam;Domein;Veldnaam;Webservice;XSD format;Format;Tabel;Kolom;Omschrijving;Info;Module(s);Niveau;Functie nummer;Domein nummer;Parent domein nummer;Itererend | |
AccountgegevensLezen;Account;Geblokkeerd;N;xs:boolean;;AUT_ACCOUNT;GEBLOKKEERD;Geblokkeerd;;779,780;1;49;291;0;False | |
AccountgegevensLezen;Account;Medewerkernummer;N;xs:nonNegativeInteger;;AUT_ACCOUNT;NR_MEDEW;Medewerkernummer;;779,780;1;49;291;0;False | |
AccountgegevensLezen;Account;IdAccount;J;xs:decimal;;AUT_ACCOUNT;ID_AUT_ACCOUNT;IdAccount;;779,780;1;49;291;0;False | |
AccountgegevensLezen;Account;ControleKritischeGegevens;J;xs:string;;AUT_ACCOUNT;CONTR_REL;Controle kritische gegevens;;779,780;1;49;291;0;False | |
AccountgegevensLezen;Account;SoortAccount;J;xs:string;;AUT_ACCOUNT;KD_ACCOUNT;Soort account;;779,780;1;49;291;0;False | |
AccountgegevensLezen;Account;GebruikerLaatsteRevisie;J;xs:string;;AUT_ACCOUNT;WRITE_USERID;Medewerker laatste revisie;;779,780;1;49;291;0;False | |
AccountgegevensLezen;Account;Revisienummer;J;xs:nonNegativeInteger;;AUT_ACCOUNT;WRITE_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
authenticate: | |
image: "quay.io/dtan4/nginx-basic-auth-proxy:latest" | |
ports: | |
- 80:80 | |
environment: | |
- BASIC_AUTH_USERNAME=username | |
- BASIC_AUTH_PASSWORD=password | |
- PROXY_PASS=http://nuget.julian.wtf/ |