OutboundAuthenticationType

May 27, 2026 ยท View on GitHub

Example Usage

from mistralai.client.models import OutboundAuthenticationType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: OutboundAuthenticationType = "oauth2"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "oauth2"
  • "bearer"
  • "none"
  • "github_app"
  • "slack_app"