Files
Windmill/f/Reporting/exchange_logins__flow/einzelnen_login-eintrag_einfügen.script.yaml
T
Sebastian Serfling d22ef502ed sync: Windmill-State übernehmen + neue Reporting-Flows
- Dateien nach Windmill-Naming-Konvention umbenannt (ssh-key_aus_db_testen,
  flow-fehler_per_nextcloud_talk_melden, bitwarden_(fallback))
- testpause-Schritt aus flow.yaml entfernt (Debugging abgeschlossen)
- Neue Flows: f/Reporting/exchange_logins, f/Reporting/run_sql_events
- mail_to_talk: Dateinamen nach Windmill-Konvention synchronisiert

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-07 13:13:35 +02:00

60 lines
1.3 KiB
YAML

summary: ''
description: ''
lock: '!inline
f/Reporting/exchange_logins__flow/einzelnen_login-eintrag_einfügen.script.lock'
kind: script
schema:
$schema: https://json-schema.org/draft/2020-12/schema
type: object
properties:
database:
type: object
description: ''
default: null
format: resource-mysql
properties:
database:
type: string
description: ''
originalType: string
host:
type: string
description: ''
originalType: string
password:
type: string
description: ''
originalType: string
port:
type: number
description: ''
user:
type: string
description: ''
originalType: string
record:
type: object
description: ''
default: null
format: resource-login_record
properties:
ipaddress:
type: string
description: ''
originalType: string
lastlogon:
type: string
description: ''
originalType: string
memberof:
type: string
description: ''
originalType: string
username:
type: string
description: ''
originalType: string
required:
- database
- record