@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
13 lines (12 loc) • 483 B
TypeScript
import { SimpleEndevorConnectionResponse } from "./SimpleEndevorConnectionResponse";
export interface EndevorConnectionResponse extends SimpleEndevorConnectionResponse {
renameConnection?: boolean;
renamingInProgress?: boolean;
deleteConnection?: boolean;
deletingInProgress?: boolean;
clientCertificate?: boolean;
deleteClientCertificate?: boolean;
authenticateCredentials?: boolean;
authInProgress?: boolean;
viewCertificateDetails?: boolean;
}