export interface UserPassword { secretIdentifier?: string; /** * @format int64 */ secretSpaceId?: number; secretSpacePath?: string; userName: string; }