export interface ISecret { key: string; value: string; protected: boolean; masked: boolean; scope: 'project' | 'group'; scopeId: string; connectionId: string; environment: string; }