ExternalDataSource: Metadata & {
    authProvider?: string | null;
    certificate?: string | null;
    customConfiguration?: string | null;
    customHttpHeaders: CustomHttpHeader[];
    endpoint?: string | null;
    isWritable?: boolean | null;
    label: string;
    oauthRefreshToken?: string | null;
    oauthScope?: string | null;
    oauthToken?: string | null;
    password?: string | null;
    principalType: string;
    protocol: string;
    repository?: string | null;
    type: string;
    username?: string | null;
    version?: string | null;
}

Type declaration

  • Optional authProvider?: string | null
  • Optional certificate?: string | null
  • Optional customConfiguration?: string | null
  • customHttpHeaders: CustomHttpHeader[]
  • Optional endpoint?: string | null
  • Optional isWritable?: boolean | null
  • label: string
  • Optional oauthRefreshToken?: string | null
  • Optional oauthScope?: string | null
  • Optional oauthToken?: string | null
  • Optional password?: string | null
  • principalType: string
  • protocol: string
  • Optional repository?: string | null
  • type: string
  • Optional username?: string | null
  • Optional version?: string | null