UNPKG

@devopness/sdk-js

Version:

Devopness API JS/TS SDK - Painless essential DevOps to everyone

26 lines (25 loc) 759 B
/** * devopness API * Devopness API - Painless essential DevOps to everyone * * The version of the OpenAPI document: latest * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { SourceProviderAuthMethodSettings } from './source-provider-auth-method-settings'; /** * Settings for source providers * @export * @interface SourceProviderSettings */ export interface SourceProviderSettings { /** * Available authentication methods for this source provider * @type {Array<SourceProviderAuthMethodSettings>} * @memberof SourceProviderSettings */ auth_methods: Array<SourceProviderAuthMethodSettings>; }