main-concepts

No menu items for this category

NifiConnection

Nifi Metadata Pipeline Connection Config

  • NifiType (string): Service type. Must be one of: ["Nifi"]. Default: "Nifi".
  • basicAuthentication (object): username/password auth. Cannot contain additional properties.
    • username (string): Nifi user to authenticate to the API.
    • password (string, format: password): Nifi password to authenticate to the API.
    • verifySSL (boolean): Boolean marking if we need to verify the SSL certs for Nifi. False by default. Default: false.
  • clientCertificateAuthentication (object): client certificate auth. Cannot contain additional properties.
    • certificateAuthorityPath (string): Path to the root CA certificate.
    • clientCertificatePath (string): Path to the client certificate.
    • clientkeyPath (string): Path to the client key.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.